1
Fork 0

std: Rename sys::foo2 modules to sys::foo

Now that `std::old_io` has been removed for quite some time the naming real
estate here has opened up to allow these modules to move back to their proper
names.
This commit is contained in:
Alex Crichton 2015-05-05 16:35:15 -07:00
parent 05d5fcaa5b
commit 377b1adc36
29 changed files with 47 additions and 47 deletions

View file

@ -33,13 +33,13 @@ pub mod c;
pub mod condvar;
pub mod ext;
pub mod fd;
pub mod fs2;
pub mod fs;
pub mod mutex;
pub mod net;
pub mod os;
pub mod os_str;
pub mod pipe2;
pub mod process2;
pub mod pipe;
pub mod process;
pub mod rwlock;
pub mod stack_overflow;
pub mod sync;