]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/copy_iterator.rs
iterate List by value
[rust.git] / tests / ui / copy_iterator.rs
index 1b65cc4f8cc2d4001e00997a13b1f8417be4bd71..e3d5928be231b3d18ef3e0509c779b8ee948db74 100644 (file)
@@ -1,4 +1,4 @@
-#![warn(copy_iterator)]
+#![warn(clippy::copy_iterator)]
 
 #[derive(Copy, Clone)]
 struct Countdown(u8);