rust/src/libstd/collections
Simon Sapin 7454b29efc HashMap is UnwindSafe
Fixes https://github.com/rust-lang/rust/issues/62301, a regression in 1.36.0 which was caused by hashbrown using `NonZero<T>` where the older hashmap used `Unique<T>`.
2019-07-02 16:01:06 +02:00
..
hash HashMap is UnwindSafe 2019-07-02 16:01:06 +02:00
mod.rs Remove collection-specific with_capacity doc from std::collections 2019-04-15 20:30:52 +12:00