only use #[no_core] in libcore
This commit is contained in:
@@ -8,14 +8,10 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use doc;
|
||||
#[cfg(test)] use extract;
|
||||
#[cfg(test)] use parse;
|
||||
|
||||
use core::vec;
|
||||
|
||||
pub struct Fold<T> {
|
||||
ctxt: T,
|
||||
fold_doc: FoldDoc<T>,
|
||||
|
||||
Reference in New Issue
Block a user