]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/into_iter_on_ref.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / into_iter_on_ref.fixed
index 7f92d0dbdc973a50fd4964ed0312600e49c02619..b77f17944d89a35a28a21bcf6d100750d98e8da4 100644 (file)
@@ -1,5 +1,5 @@
 // run-rustfix
-#![allow(clippy::useless_vec)]
+#![allow(clippy::useless_vec, clippy::needless_borrow)]
 #![warn(clippy::into_iter_on_ref)]
 
 struct X;