From 377b1adc36af65ed79be2b79a4e1caf240fc457a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 5 May 2015 16:35:15 -0700 Subject: 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. --- src/libstd/os/linux/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/os/linux') diff --git a/src/libstd/os/linux/mod.rs b/src/libstd/os/linux/mod.rs index 43376a1baeb..d2f9bcc3bcf 100644 --- a/src/libstd/os/linux/mod.rs +++ b/src/libstd/os/linux/mod.rs @@ -15,5 +15,5 @@ pub mod raw; pub mod fs { - pub use sys::fs2::MetadataExt; + pub use sys::fs::MetadataExt; } -- cgit 1.4.1-3-g733a5