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