Ungate drain iterator (stable in Rust 1.6.0).
[anymap] / src / lib.rs
index 64a0f6bebc69af1643679525ac9efa4bc4dc50a2..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(hashmap_hasher, raw))]
 #![cfg_attr(all(feature = "unstable", test), feature(test))]
 #![warn(missing_docs, unused_results)]