]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_arbitrary_self_type_unfixable.rs
Rollup merge of #92849 - flip1995:clippyup, r=Manishearth
[rust.git] / tests / ui / needless_arbitrary_self_type_unfixable.rs
index a39d96109f17d8d03e38c4701cc4345d1e51ed30..ad0d694a2174a3a125393790d5767a81afd9c98d 100644 (file)
@@ -38,6 +38,7 @@ struct S2 {}
     //  fn call_with_mut_self<'life0>(self: &'life0 mut Self) {}
     #[rename_my_lifetimes]
     impl T2 for S2 {
+        #[allow(clippy::needless_lifetimes)]
         fn call_with_mut_self(self: &mut Self) {}
     }
 }