about summary refs log tree commit diff
path: root/src/liballoc/alloc.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2020-04-04 17:24:03 +0200
committerLinus Färnstrand <faern@faern.net>2020-04-05 11:22:01 +0200
commitfff4f083986cb5f0430a78feb139603f0ceeb9c1 (patch)
treef48da38700fed8cd016d3e9d2652f2f2dfc03eb2 /src/liballoc/alloc.rs
parente129923b7e4d58a92c8a0530cd6eaa5be548342d (diff)
downloadrust-fff4f083986cb5f0430a78feb139603f0ceeb9c1.tar.gz
rust-fff4f083986cb5f0430a78feb139603f0ceeb9c1.zip
Stop importing integer modules in liballoc
Diffstat (limited to 'src/liballoc/alloc.rs')
-rw-r--r--src/liballoc/alloc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/alloc.rs b/src/liballoc/alloc.rs
index 66575e3ef55..d31c73cc1bd 100644
--- a/src/liballoc/alloc.rs
+++ b/src/liballoc/alloc.rs
@@ -4,7 +4,6 @@
 
 use core::intrinsics::{self, min_align_of_val, size_of_val};
 use core::ptr::{NonNull, Unique};
-use core::usize;
 
 #[stable(feature = "alloc_module", since = "1.28.0")]
 #[doc(inline)]