about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-01-06 19:05:53 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-01-07 23:51:38 -0800
commitc4d36b85a0181575319168ab080989c71b935b20 (patch)
tree788c9cb94242dd06d9d7819abd756eed5ffe464d /src/libextra
parent7e0443d6c4e683105f20de85dc4591cc5cf2518d (diff)
downloadrust-c4d36b85a0181575319168ab080989c71b935b20.tar.gz
rust-c4d36b85a0181575319168ab080989c71b935b20.zip
Fix remaining cases of leaking imports
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/lib.rs2
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