about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/path/windows.rs')
-rw-r--r--src/libstd/path/windows.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs
index 107e9d80fc3..e047afc8eee 100644
--- a/src/libstd/path/windows.rs
+++ b/src/libstd/path/windows.rs
@@ -1119,9 +1119,13 @@ fn prefix_len(p: Option<PathPrefix>) -> uint {
 
 #[cfg(test)]
 mod tests {
-    use super::*;
+    use prelude::v1::Option::{mod, Some, None};
+    use prelude::v1::{Vec, Clone, AsSlice, SliceExt, CloneSliceExt, IteratorExt};
+    use prelude::v1::{DoubleEndedIteratorExt, Str, ToString, GenericPath};
+
     use super::PathPrefix::*;
     use super::parse_prefix;
+    use super::*;
 
     use clone::Clone;
     use iter::{IteratorExt, DoubleEndedIteratorExt};