]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/into_iter_on_ref.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / into_iter_on_ref.rs
index 416056d3fdb9cb3fd2bc5aec5234e9ea0d0630d1..3854bb05af8fbfc463d73a5bf47bbb11d331c5e7 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;