]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/metadata/cstore.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / librustc / metadata / cstore.rs
index 02c092ca50832392e91e37ced09b46f77f0b52cc..63a385631830d1cc183ced8c82d9050a87a3930f 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)]
 
 // The crate store - a central repo for information collected about external
 // crates and libraries