]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/front/test.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / librustc / front / test.rs
index cb6b5eefadeb520276cd2bb856a8532edd668613..14ac2143e55140d68470e857b93804604b21cd7f 100644 (file)
@@ -10,8 +10,8 @@
 
 // Code that generates a test runner to run all the tests in a crate
 
-#[allow(dead_code)];
-#[allow(unused_imports)];
+#![allow(dead_code)]
+#![allow(unused_imports)]
 
 use driver::session::Session;
 use front::config;