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/libstd | |
| parent | ead4468249f57ca530cddf347f15c1f348c1c325 (diff) | |
| download | rust-5a711ea7c317ea90f03d5118dbb2e19e1622bc29.tar.gz rust-5a711ea7c317ea90f03d5118dbb2e19e1622bc29.zip | |
clean-up unused import warnings
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/str.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/str.rs b/src/libstd/str.rs index 98ac71bc018..4766504813d 100644 --- a/src/libstd/str.rs +++ b/src/libstd/str.rs @@ -32,7 +32,6 @@ use option::{None, Option, Some}; use old_iter::{BaseIter, EqIter}; use ptr; use ptr::RawPtr; -use str; use to_str::ToStr; use uint; use vec; |
