diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-03-11 11:42:57 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-03-16 21:57:42 -0500 |
| commit | a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84 (patch) | |
| tree | 91b1af183725d7aa47b3851918238da80dc572ab /src/liballoc | |
| parent | 6453fcd4ccaa84cf8a21b5991bae23a5923df98b (diff) | |
| download | rust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.tar.gz rust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.zip | |
remove imports
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 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; |
