about summary refs log tree commit diff
path: root/src/librustc/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc/lib.rs')
-rw-r--r--src/librustc/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs
index cf653f816ac..893cc019ca7 100644
--- a/src/librustc/lib.rs
+++ b/src/librustc/lib.rs
@@ -31,9 +31,6 @@ This API is completely unstable and subject to change.
 #![feature(macro_rules, globs, struct_variant, managed_boxes, quote,
            default_type_params, phase)]
 
-#![allow(visible_private_types)] // NOTE: remove after a stage0 snap
-#![allow(unrecognized_lint)] // NOTE: remove after a stage0 snap
-
 extern crate flate;
 extern crate arena;
 extern crate syntax;