]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/lint-type-limits.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / lint-type-limits.rs
index f609debb5bd8fc881fd6ccfd50a69470ba58cf9b..8cca39a7a257e65f4d2fa44dbb65387482733dd3 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[allow(dead_code)];
+#![allow(dead_code)]
 
 // compile-flags: -D type-limits
 fn main() { }