about summary refs log tree commit diff
path: root/src/liballoc/alloc.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-04-05 19:31:14 +0000
committerbors <bors@rust-lang.org>2020-04-05 19:31:14 +0000
commitb543afca9b90ad6e4689b6d613ab51f9d3ba15e7 (patch)
tree4262c77dc300c90a3b183a0f76653e6cc015158c /src/liballoc/alloc.rs
parent6387b09153939b2a104cd63148598a5f458de2c2 (diff)
parent8c081f69fb35814710649c54cc23aff05c06881b (diff)
downloadrust-b543afca9b90ad6e4689b6d613ab51f9d3ba15e7.tar.gz
rust-b543afca9b90ad6e4689b6d613ab51f9d3ba15e7.zip
Auto merge of #70816 - Dylan-DPC:rollup-kzcs8px, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #67797 (Query-ify Instance::resolve)
 - #70777 (Don't import integer and float modules, use assoc consts)
 - #70795 (Keep track of position when deleting from a BTreeMap)
 - #70812 (Do not use "nil" to refer to `()`)
 - #70815 (Enable layout debugging for `impl Trait` type aliases)

Failed merges:

r? @ghost
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)]