Skip to content

Commit 68b1af6

Browse files
committed
Don't import integer module in libstd
1 parent 3e4396b commit 68b1af6

File tree

1 file changed

+0
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+0
-1
lines changed

src/libstd/collections/hash/map.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,6 @@ mod test_map {
26172617
use crate::cell::RefCell;
26182618
use rand::{thread_rng, Rng};
26192619
use realstd::collections::TryReserveError::*;
2620-
use realstd::usize;
26212620

26222621
// https://github.com/rust-lang/rust/issues/62301
26232622
fn _assert_hashmap_is_unwind_safe() {

0 commit comments

Comments
 (0)