only use #[no_core] in libcore
This commit is contained in:
@@ -8,15 +8,11 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use ast::*;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user