]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/collections/hash/mod.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libstd / collections / hash / mod.rs
index 4a6fcf44926a334e4e3b033d7152dc6a3d8c7806..7a22bec5a3f89a3c7f3593b284ca33effc5d37ff 100644 (file)
@@ -14,7 +14,6 @@ mod bench;
 mod table;
 pub mod map;
 pub mod set;
-pub mod state;
 
 trait Recover<Q: ?Sized> {
     type Key;