about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-08-08 16:17:34 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-08-08 16:17:34 +0200
commitfb0e5c62119debd0d7766f43cafa5b8d67bc5cb0 (patch)
tree5160a0cdfc959636e27005030c14630a33c20c8f
parent240e1785324ba33d3f116d0b733236d967888224 (diff)
downloadrust-fb0e5c62119debd0d7766f43cafa5b8d67bc5cb0.tar.gz
rust-fb0e5c62119debd0d7766f43cafa5b8d67bc5cb0.zip
Fix some warnings
-rw-r--r--build_sysroot/alloc_system/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_sysroot/alloc_system/lib.rs b/build_sysroot/alloc_system/lib.rs
index e80a584e981..ca145e4f2a5 100644
--- a/build_sysroot/alloc_system/lib.rs
+++ b/build_sysroot/alloc_system/lib.rs
@@ -42,9 +42,6 @@ const MIN_ALIGN: usize = 8;
               target_arch = "sparc64")))]
 #[allow(dead_code)]
 const MIN_ALIGN: usize = 16;
-use core::alloc::*;
-use core::ptr::NonNull;
-use core::intrinsics;
 
 /// The default memory allocator provided by the operating system.
 ///