diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-10 23:15:01 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-10 23:15:01 +1000 |
| commit | 5a711ea7c317ea90f03d5118dbb2e19e1622bc29 (patch) | |
| tree | 53bb665e8ba27551a5e8ae25b8295c6284721d17 /src/libextra | |
| parent | ead4468249f57ca530cddf347f15c1f348c1c325 (diff) | |
| download | rust-5a711ea7c317ea90f03d5118dbb2e19e1622bc29.tar.gz rust-5a711ea7c317ea90f03d5118dbb2e19e1622bc29.zip | |
clean-up unused import warnings
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/arc.rs | 1 | ||||
| -rw-r--r-- | src/libextra/rope.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/libextra/arc.rs b/src/libextra/arc.rs index a59f59deee3..1b6b656e398 100644 --- a/src/libextra/arc.rs +++ b/src/libextra/arc.rs @@ -46,7 +46,6 @@ use sync::{Mutex, mutex_with_condvars, RWlock, rwlock_with_condvars}; use core::cast; use core::unstable::sync::UnsafeAtomicRcBox; -use core::ptr; use core::task; use core::borrow; diff --git a/src/libextra/rope.rs b/src/libextra/rope.rs index 80d80fa0ade..24cbf1b3f4a 100644 --- a/src/libextra/rope.rs +++ b/src/libextra/rope.rs @@ -38,7 +38,6 @@ use core::prelude::*; use core::iterator::IteratorUtil; -use core::str; use core::uint; use core::vec; |
