rust/src/libstd/old_io
bors ecf8c64e1b Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
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
2015-03-21 05:25:21 +00:00
..
net std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
buffered.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
comm_adapters.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
extensions.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
fs.rs Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
mem.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
mod.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
pipe.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
process.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
result.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
stdio.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
tempfile.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
test.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
timer.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
util.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00