diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2019-02-20 11:13:35 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2019-04-24 06:54:14 +0800 |
| commit | cf46bd5037a86237b9be4eb218d57d71bb8e2ccf (patch) | |
| tree | 3d90cb7b28c0b746389402a70f95961358c3d9e6 /src/libstd/collections/hash/mod.rs | |
| parent | 1fa7a21534bde7315bc78be970a342262ddf7a58 (diff) | |
| download | rust-cf46bd5037a86237b9be4eb218d57d71bb8e2ccf.tar.gz rust-cf46bd5037a86237b9be4eb218d57d71bb8e2ccf.zip | |
Replace the robin-hood hash table with hashbrown
Diffstat (limited to 'src/libstd/collections/hash/mod.rs')
| -rw-r--r-- | src/libstd/collections/hash/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/collections/hash/mod.rs b/src/libstd/collections/hash/mod.rs index 56585477f1c..a6d89a4d32a 100644 --- a/src/libstd/collections/hash/mod.rs +++ b/src/libstd/collections/hash/mod.rs @@ -1,6 +1,5 @@ //! Unordered containers, implemented as hash-tables mod bench; -mod table; pub mod map; pub mod set; |
