librustc: Stop reexporting the standard modules from prelude.
This commit is contained in:
@@ -19,6 +19,9 @@ use ast::ident;
|
||||
use ast;
|
||||
use codemap::span;
|
||||
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
||||
// Transitional reexports so qquote can find the paths it is looking for
|
||||
mod syntax {
|
||||
pub use ext;
|
||||
|
||||
Reference in New Issue
Block a user