From a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 11 Mar 2015 11:42:57 -0500 Subject: remove imports --- src/libstd/old_path/posix.rs | 2 +- src/libstd/old_path/windows.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/old_path') diff --git a/src/libstd/old_path/posix.rs b/src/libstd/old_path/posix.rs index 9ac7512c00b..e35623d7b1a 100644 --- a/src/libstd/old_path/posix.rs +++ b/src/libstd/old_path/posix.rs @@ -453,7 +453,7 @@ mod tests { use iter::IteratorExt; use option::Option::{self, Some, None}; use old_path::GenericPath; - use slice::{AsSlice, SliceExt}; + use slice::AsSlice; use str::{self, Str}; use string::ToString; use vec::Vec; diff --git a/src/libstd/old_path/windows.rs b/src/libstd/old_path/windows.rs index b74bee1242d..ff4f083333b 100644 --- a/src/libstd/old_path/windows.rs +++ b/src/libstd/old_path/windows.rs @@ -1133,7 +1133,7 @@ mod tests { use iter::IteratorExt; use option::Option::{self, Some, None}; use old_path::GenericPath; - use slice::{AsSlice, SliceExt}; + use slice::AsSlice; use str::Str; use string::ToString; use vec::Vec; -- cgit 1.4.1-3-g733a5