diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-09-12 12:10:13 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-09-15 15:28:12 -0400 |
| commit | 48bc291a80085978987d13f75b70b82b69ec9b4d (patch) | |
| tree | accd43390835cf71cd0b6e9e666b538be39d6580 /src/liballoc | |
| parent | a2b95624fd094300e26b5b367b0ae95c27e3b2f2 (diff) | |
| download | rust-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.rs | 1 |
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; |
