Rename std::path to std::old_path
As part of [RFC 474](https://github.com/rust-lang/rfcs/pull/474), this commit renames `std::path` to `std::old_path`, leaving the existing path API in place to ease migration to the new one. Updating should be as simple as adjusting imports, and the prelude still maps to the old path APIs for now. [breaking-change]
This commit is contained in:
@@ -25,7 +25,7 @@ use old_io::{IoResult, IoError};
|
||||
use old_io;
|
||||
use libc;
|
||||
use os;
|
||||
use path::BytesContainer;
|
||||
use old_path::BytesContainer;
|
||||
use sync::mpsc::{channel, Receiver};
|
||||
use sys::fs::FileDesc;
|
||||
use sys::process::Process as ProcessImp;
|
||||
|
||||
Reference in New Issue
Block a user