]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/metadata/filesearch.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / librustc / metadata / filesearch.rs
index 7aed0e5b7f4093ba5414be90d2ae54f1827414e8..8bb4942e06fd5471df2eda95f04f88ebf2b6d4e9 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[allow(non_camel_case_types)];
+#![allow(non_camel_case_types)]
 
 use std::cell::RefCell;
 use std::os;