diff options
| author | James Miller <james@aatch.net> | 2013-06-25 17:13:22 +1200 |
|---|---|---|
| committer | James Miller <james@aatch.net> | 2013-06-25 17:13:52 +1200 |
| commit | 6ad31ffb53f9620f9063cb441de9c7338dfbb4de (patch) | |
| tree | 511b2372943a1d6ed04bca6b2372310d38ea3e6f /src/libstd | |
| parent | caa50ce15d8ed8f0d50c9049053a5e2cd5a0d701 (diff) | |
| download | rust-6ad31ffb53f9620f9063cb441de9c7338dfbb4de.tar.gz rust-6ad31ffb53f9620f9063cb441de9c7338dfbb4de.zip | |
Warning police
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/to_str.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/to_str.rs b/src/libstd/to_str.rs index 9f812288621..2e5c3c01adf 100644 --- a/src/libstd/to_str.rs +++ b/src/libstd/to_str.rs @@ -18,11 +18,9 @@ use str::OwnedStr; use hashmap::HashMap; use hashmap::HashSet; use iterator::IteratorUtil; -use container::Map; use hash::Hash; use cmp::Eq; use vec::ImmutableVector; -use iterator::IteratorUtil; /// A generic trait for converting a value to a string pub trait ToStr { |
