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:
parent
3b2ed14906
commit
3e39f0bc0e
26 changed files with 38 additions and 37 deletions
|
@ -23,7 +23,7 @@
|
|||
use prelude::v1::*;
|
||||
|
||||
use ffi::CString;
|
||||
use path::BytesContainer;
|
||||
use old_path::BytesContainer;
|
||||
use old_io::{Listener, Acceptor, IoResult, TimedOut, standard_error};
|
||||
use sys::pipe::UnixAcceptor as UnixAcceptorImp;
|
||||
use sys::pipe::UnixListener as UnixListenerImp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue