]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-61949-self-return-type.rs
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / async-await / issue-61949-self-return-type.rs
index 6a28c69193da0db42b3a3208ddb33f07e3b9c342..43429ba2329f9af49d71acace07658fb5471ccf0 100644 (file)
@@ -1,4 +1,3 @@
-// ignore-tidy-linelength
 // edition:2018
 
 // This test checks that `Self` is prohibited as a return type. See #61949 for context.