]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/import3.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / import3.rs
index 651f86e5898048bdfb63c6127286231520364fc0..4a3358488d8a3ae92d05fbd3b81bcbbb450f090c 100644 (file)
@@ -1,4 +1,3 @@
-// ignore-fast
 
 // Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
@@ -10,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 baz::zed;
 use baz::zed::bar;