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
|
@ -29,6 +29,13 @@ use print::pp::{breaks, consistent, inconsistent, eof};
|
|||
use print::pp;
|
||||
use print::pprust;
|
||||
|
||||
use core::char;
|
||||
use core::io;
|
||||
use core::str;
|
||||
use core::u64;
|
||||
use core::uint;
|
||||
use core::vec;
|
||||
|
||||
// The @ps is stored here to prevent recursive type.
|
||||
pub enum ann_node<'self> {
|
||||
node_block(@ps, &'self ast::blk),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue