summary refs log tree commit diff
path: root/src/libcollections/string.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-29 16:38:07 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-29 23:55:49 -0800
commit470ae101d6e26a6ce07292b7fca6eaed527451c7 (patch)
treeb976bc0eb040da67646a9d99bb9b901cb9f55abd /src/libcollections/string.rs
parentcb7599b83e8f072a8871db3fb238f50e067794de (diff)
downloadrust-470ae101d6e26a6ce07292b7fca6eaed527451c7.tar.gz
rust-470ae101d6e26a6ce07292b7fca6eaed527451c7.zip
Test fixes and rebase conflicts
Diffstat (limited to 'src/libcollections/string.rs')
-rw-r--r--src/libcollections/string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/string.rs b/src/libcollections/string.rs
index 51ad0b52b81..c6c19cae75f 100644
--- a/src/libcollections/string.rs
+++ b/src/libcollections/string.rs
@@ -1082,7 +1082,7 @@ mod tests {
     use prelude::*;
     use test::Bencher;
 
-    use str::{StrExt, Utf8Error};
+    use str::Utf8Error;
     use str;
     use super::as_string;