about summary refs log tree commit diff
path: root/src/libextra/std.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/std.rc')
-rw-r--r--src/libextra/std.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libextra/std.rc b/src/libextra/std.rc
index 8c03701f513..a81ab3005f6 100644
--- a/src/libextra/std.rc
+++ b/src/libextra/std.rc
@@ -27,8 +27,12 @@ not required in or otherwise suitable for the core library.
 #[crate_type = "lib"];
 
 #[deny(non_camel_case_types)];
+#[deny(missing_doc)];
+
+// NOTE: remove these two attributes after the next snapshot
+#[no_core]; // for stage0
+#[allow(unrecognized_lint)]; // otherwise stage0 is seriously ugly
 
-#[no_core];
 #[no_std];
 
 extern mod core(name = "std", vers = "0.7-pre");