From 212e03181e422f569b6426bc08b713a9efc0d0eb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 17 Mar 2015 13:33:26 -0700 Subject: std: Remove old_io/old_path from the prelude This commit removes the reexports of `old_io` traits as well as `old_path` types and traits from the prelude. This functionality is now all deprecated and needs to be removed to make way for other functionality like `Seek` in the `std::io` module (currently reexported as `NewSeek` in the io prelude). Closes #23377 Closes #23378 --- src/libstd/rt/util.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/util.rs b/src/libstd/rt/util.rs index f1c43a07e6e..cf627ca2548 100644 --- a/src/libstd/rt/util.rs +++ b/src/libstd/rt/util.rs @@ -10,7 +10,6 @@ // // ignore-lexer-test FIXME #15677 -use prelude::v1::*; use io::prelude::*; use env; -- cgit 1.4.1-3-g733a5