diff options
Diffstat (limited to 'src/libstd/str.rs')
| -rw-r--r-- | src/libstd/str.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libstd/str.rs b/src/libstd/str.rs index a005549402e..35e188964c1 100644 --- a/src/libstd/str.rs +++ b/src/libstd/str.rs @@ -2768,14 +2768,11 @@ impl Default for @str { #[cfg(test)] mod tests { - use container::Container; - use option::{None, Some, Option}; + use iter::AdditiveIterator; + use prelude::*; use ptr; use str::*; - use vec::{Vector, ImmutableVector, CopyableVector}; - use cmp::{TotalOrd, Less, Equal, Greater}; use send_str::{SendStrOwned, SendStrStatic}; - use from_str::from_str; #[test] fn test_eq() { |
