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

@ -16,8 +16,14 @@ use parse::token;
use util::interner::StrInterner;
use util::interner;
use core::cast;
use core::char;
use core::cmp::Equiv;
use core::hashmap::HashSet;
use core::local_data;
use core::str;
use core::to_bytes;
use core::vec;
#[deriving(Encodable, Decodable, Eq)]
pub enum binop {