diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-06 19:05:53 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 23:51:38 -0800 |
| commit | c4d36b85a0181575319168ab080989c71b935b20 (patch) | |
| tree | 788c9cb94242dd06d9d7819abd756eed5ffe464d /src/libextra | |
| parent | 7e0443d6c4e683105f20de85dc4591cc5cf2518d (diff) | |
| download | rust-c4d36b85a0181575319168ab080989c71b935b20.tar.gz rust-c4d36b85a0181575319168ab080989c71b935b20.zip | |
Fix remaining cases of leaking imports
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index b644f53b2c2..28e426d1ccf 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -34,8 +34,6 @@ Rust extras are part of the standard Rust distribution. #[deny(non_camel_case_types)]; #[deny(missing_doc)]; -use std::str::{StrSlice, OwnedStr}; - pub use std::os; // Utility modules |
