about summary refs log tree commit diff
path: root/src/libstd/hash
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/hash')
-rw-r--r--src/libstd/hash/sip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/hash/sip.rs b/src/libstd/hash/sip.rs
index 3c1d5897e38..58e0f4c717d 100644
--- a/src/libstd/hash/sip.rs
+++ b/src/libstd/hash/sip.rs
@@ -362,7 +362,7 @@ mod tests {
     use prelude::*;
     use num::ToStrRadix;
     use option::{Some, None};
-    use str::{Str,StrSlice};
+    use str::Str;
     use strbuf::StrBuf;
     use slice::{Vector, ImmutableVector};
     use self::test::Bencher;