]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/import6.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / import6.rs
index a6b3d90a4eea4266ee114a78d0fa968abbe76dfa..802dfc1f2ed148062d09dec487da44a48d71af87 100644 (file)
@@ -9,7 +9,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[allow(unused_imports)];
+#![allow(unused_imports)]
 
 use foo::zed;
 use bar::baz;