about summary refs log tree commit diff
path: root/src/libsync
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync')
-rw-r--r--src/libsync/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index c0d62caaa6b..45e8f348ff5 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -17,7 +17,6 @@
 //! use this crate specifically. Instead, its functionality is reexported
 //! through `std::sync`.
 
-#![crate_id = "sync#0.11.0"] // NOTE: remove after stage0 snap
 #![crate_name = "sync"]
 #![experimental]
 #![crate_type = "rlib"]
@@ -31,7 +30,6 @@
 #![feature(phase, globs, macro_rules, unsafe_destructor)]
 #![deny(missing_doc)]
 #![no_std]
-#![allow(unused_attribute)] // NOTE: remove after stage0
 
 #[phase(plugin, link)] extern crate core;
 extern crate alloc;