From bf4e77d4b543632ca4df8fdd7092850dffc3954b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 9 Apr 2015 17:42:22 -0700 Subject: std: Remove old_io/old_path/rand modules This commit entirely removes the old I/O, path, and rand modules. All functionality has been deprecated and unstable for quite some time now! --- src/libstd/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index b329494a052..23776ecbc6e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -262,12 +262,9 @@ pub mod ffi; pub mod fs; pub mod io; pub mod net; -pub mod old_io; -pub mod old_path; pub mod os; pub mod path; pub mod process; -pub mod rand; pub mod sync; pub mod time; @@ -281,6 +278,7 @@ pub mod time; pub mod rt; mod panicking; +mod rand; // Modules that exist purely to document + host impl docs for primitive types @@ -297,8 +295,6 @@ mod std { pub use sync; // used for select!() pub use error; // used for try!() pub use fmt; // used for any formatting strings - #[allow(deprecated)] - pub use old_io; // used for println!() pub use option; // used for bitflags!{} pub use rt; // used for panic!() pub use vec; // used for vec![] -- cgit 1.4.1-3-g733a5