]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/collections/mod.rs
std: Clean out deprecated APIs
[rust.git] / src / libstd / collections / mod.rs
index 06c14157606b2a40b7f2b9a96f6487cea445bd93..4de442fd3a19955a1b23894ca6ab43b39035e4e7 100644 (file)
@@ -442,13 +442,3 @@ pub mod hash_set {
     #[stable(feature = "rust1", since = "1.0.0")]
     pub use super::hash::set::*;
 }
-
-/// Experimental support for providing custom hash algorithms to a HashMap and
-/// HashSet.
-#[unstable(feature = "hashmap_hasher", reason = "module was recently added",
-           issue = "27713")]
-#[rustc_deprecated(since = "1.7.0", reason = "support moved to std::hash")]
-#[allow(deprecated)]
-pub mod hash_state {
-    pub use super::hash::state::*;
-}