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
|
@ -15,6 +15,8 @@ use ast;
|
|||
use codemap::{span, spanned};
|
||||
use opt_vec::OptVec;
|
||||
|
||||
use core::vec;
|
||||
|
||||
pub trait ast_fold {
|
||||
fn fold_crate(@self, &crate) -> crate;
|
||||
fn fold_view_item(@self, @view_item) -> @view_item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue