We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cfeef commit b3546c5Copy full SHA for b3546c5
src/libstd/collections/hash/map.rs
@@ -2619,7 +2619,6 @@ mod test_map {
2619
use crate::cell::RefCell;
2620
use rand::{thread_rng, Rng};
2621
use realstd::collections::TryReserveError::*;
2622
- use realusize;
2623
2624
// https://github.com/rust-lang/rust/issues/62301
2625
fn _assert_hashmap_is_unwind_safe() {
0 commit comments