about summary refs log tree commit diff
path: root/src/libstd/path
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-02 09:24:56 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-02 10:50:13 -0800
commite921e3f04513ffb094208a538a2835d4dc77b991 (patch)
tree0fc18976815572ac2f9cab2e01236243e684eb4d /src/libstd/path
parent1f2ead1629ce544d98f35225061d216abd86d5a6 (diff)
downloadrust-e921e3f04513ffb094208a538a2835d4dc77b991.tar.gz
rust-e921e3f04513ffb094208a538a2835d4dc77b991.zip
Rollup test fixes and rebase conflicts
Diffstat (limited to 'src/libstd/path')
-rw-r--r--src/libstd/path/windows.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs
index e047afc8eee..a6d30dc5778 100644
--- a/src/libstd/path/windows.rs
+++ b/src/libstd/path/windows.rs
@@ -1119,10 +1119,6 @@ fn prefix_len(p: Option<PathPrefix>) -> uint {
 
 #[cfg(test)]
 mod tests {
-    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::*;