Don't import integer module in libstd

This commit is contained in:
Linus Färnstrand 2020-04-06 23:08:46 +02:00
parent 3e4396b8b5
commit 68b1af6624

View File

@ -2617,7 +2617,6 @@ mod test_map {
use crate::cell::RefCell;
use rand::{thread_rng, Rng};
use realstd::collections::TryReserveError::*;
use realstd::usize;
// https://github.com/rust-lang/rust/issues/62301
fn _assert_hashmap_is_unwind_safe() {