]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/metadata/tydecode.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / librustc / metadata / tydecode.rs
index d0d79093cabce2e5a3c8286febc60d6291bbdf67..7ff36f13b75b95993b6b0603f6918e156fb7132a 100644 (file)
@@ -14,7 +14,7 @@
 // tjc note: Would be great to have a `match check` macro equivalent
 // for some of these
 
-#[allow(non_camel_case_types)];
+#![allow(non_camel_case_types)]
 
 use middle::ty;