]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mut_from_ref.rs
iterate List by value
[rust.git] / tests / ui / mut_from_ref.rs
index 9e757155260caee185ce3b56dbd5bae108fa0067..a9a04c8f56b945ca7c0e94b35a211119f7799a2d 100644 (file)
@@ -1,7 +1,5 @@
-
-
 #![allow(unused)]
-#![warn(mut_from_ref)]
+#![warn(clippy::mut_from_ref)]
 
 struct Foo;