about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-03-11 11:42:57 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-03-16 21:57:42 -0500
commita079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84 (patch)
tree91b1af183725d7aa47b3851918238da80dc572ab /src/liballoc
parent6453fcd4ccaa84cf8a21b5991bae23a5923df98b (diff)
downloadrust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.tar.gz
rust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.zip
remove imports
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 d1c8ab348d4..25c6bda5f39 100644
--- a/src/liballoc/heap.rs
+++ b/src/liballoc/heap.rs
@@ -388,7 +388,6 @@ mod imp {
 mod test {
     extern crate test;
     use self::test::Bencher;
-    use core::ptr::PtrExt;
     use boxed::Box;
     use heap;