From 68b1af66244bf3486dea3f23d7b90bf410032230 Mon Sep 17 00:00:00 2001 From: Linus Färnstrand Date: Mon, 6 Apr 2020 23:08:46 +0200 Subject: Don't import integer module in libstd --- src/libstd/collections/hash/map.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/collections/hash/map.rs b/src/libstd/collections/hash/map.rs index 44f8e8bd171..d1cb8e92d56 100644 --- a/src/libstd/collections/hash/map.rs +++ b/src/libstd/collections/hash/map.rs @@ -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() { -- cgit 1.4.1-3-g733a5