0.11.0: merge concurrency branch.
[anymap] / src / lib.rs
index 4bc330f9d0c02097ed36fffc0b094604b0d59d1b..b5ae44a59108ae5f447c8c16e9d120db4b4371bf 100644 (file)
@@ -1,6 +1,6 @@
 //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
 
-#![cfg_attr(feature = "nightly", feature(core, std_misc))]
+#![cfg_attr(feature = "unstable", feature(core, std_misc))]
 #![cfg_attr(test, feature(test))]
 #![warn(missing_docs, unused_results)]