librustc: Stop reexporting the standard modules from prelude.

This commit is contained in:
Patrick Walton
2013-05-24 19:35:29 -07:00
parent 4e3d4b36dc
commit 206ab89629
598 changed files with 1873 additions and 455 deletions

View File

@@ -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;