Ungate drain iterator (stable in Rust 1.6.0).
[anymap] / src / lib.rs
index d856ea646c6c543916fb5294337c02e4072a2797..6eac7dc625b6c22bb3331ba67bfe574f428abd8b 100644 (file)
@@ -1,6 +1,5 @@
 //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
 
-#![cfg_attr(feature = "unstable", feature(core, std_misc))]
 #![cfg_attr(all(feature = "unstable", test), feature(test))]
 #![warn(missing_docs, unused_results)]