]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/unstable/mod.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / libstd / unstable / mod.rs
index 720bf011fa019fc274abeca8b99ae91913b148cf..ddbf650e64a97b29f5e3e6304c0306fe2b627420 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[doc(hidden)];
+#![doc(hidden)]
 
 use prelude::*;
 use libc::uintptr_t;