about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2014-09-12 12:10:13 -0400
committerNiko Matsakis <niko@alum.mit.edu>2014-09-15 15:28:12 -0400
commit48bc291a80085978987d13f75b70b82b69ec9b4d (patch)
treeaccd43390835cf71cd0b6e9e666b538be39d6580 /src/liballoc
parenta2b95624fd094300e26b5b367b0ae95c27e3b2f2 (diff)
downloadrust-48bc291a80085978987d13f75b70b82b69ec9b4d.tar.gz
rust-48bc291a80085978987d13f75b70b82b69ec9b4d.zip
silence various warnings in stdlib, no idea why they suddenly started
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/heap.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/heap.rs b/src/liballoc/heap.rs
index c7bc1bb9733..0dc62e73634 100644
--- a/src/liballoc/heap.rs
+++ b/src/liballoc/heap.rs
@@ -255,7 +255,6 @@ mod imp {
 #[cfg(not(jemalloc), unix)]
 mod imp {
     use core::cmp;
-    use core::mem;
     use core::ptr;
     use libc;
     use libc_heap;