]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
authorbors <bors@rust-lang.org>
Sat, 21 Mar 2015 05:25:21 +0000 (05:25 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Mar 2015 05:25:21 +0000 (05:25 +0000)
commitecf8c64e1b1b60f228f0c472c0b0dab4a5b5aa61
tree03752d10ba340b85b8720647c7919a97b21d694b
parente2fa53e593a854a609ae9efe5a1bbe15265f0a6f
parent212e03181e422f569b6426bc08b713a9efc0d0eb
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
src/libcore/result.rs
src/libstd/fs/mod.rs
src/libstd/old_io/fs.rs
src/libstd/sys/unix/fs.rs
src/libstd/thread.rs