about summary refs log tree commit diff
path: root/src/libsync/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/lib.rs')
-rw-r--r--src/libsync/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index a2f22bcaa68..beb75bab3f6 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -30,7 +30,6 @@
 #![feature(phase, globs, macro_rules, unsafe_destructor)]
 #![deny(missing_doc)]
 #![no_std]
-#![allow(unknown_features)] // NOTE: remove after a stage0 snap
 
 #[phase(plugin, link)] extern crate core;
 extern crate alloc;