From 212e03181e422f569b6426bc08b713a9efc0d0eb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 17 Mar 2015 13:33:26 -0700 Subject: std: Remove old_io/old_path from the prelude This commit removes the reexports of `old_io` traits as well as `old_path` types and traits from the prelude. This functionality is now all deprecated and needs to be removed to make way for other functionality like `Seek` in the `std::io` module (currently reexported as `NewSeek` in the io prelude). Closes #23377 Closes #23378 --- src/libstd/sys/windows/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys/windows/process.rs') diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs index e465ecaa5f6..e08a6e6b3cd 100644 --- a/src/libstd/sys/windows/process.rs +++ b/src/libstd/sys/windows/process.rs @@ -24,7 +24,7 @@ use old_io::process::{ProcessExit, ExitStatus}; use old_io::{IoResult, IoError}; use old_io; use os; -use old_path::BytesContainer; +use old_path::{BytesContainer, GenericPath}; use ptr; use str; use sync::{StaticMutex, MUTEX_INIT}; -- cgit 1.4.1-3-g733a5