rust/src/libtest
Alex Crichton 212e03181e 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
2015-03-20 20:07:19 -07:00
..
lib.rs Remove rt::default_sched_threads and RUST_THREADS. 2015-03-20 05:36:07 +05:30
stats.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00