librustc: Stop reexporting the standard modules from prelude.
This commit is contained in:
parent
4e3d4b36dc
commit
206ab89629
598 changed files with 1873 additions and 455 deletions
|
@ -20,6 +20,11 @@ use ext::build::AstBuilder;
|
|||
use parse;
|
||||
use print::pprust;
|
||||
|
||||
use core::io;
|
||||
use core::result;
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
||||
// These macros all relate to the file system; they either return
|
||||
// the column/row/filename of the expression, or they include
|
||||
// a given file into the current one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue