Removed prelude::* from libstd files.

This replaces the imports from the prelude with the re-exported symbols.
This commit is contained in:
chromatic
2014-02-02 16:32:52 -08:00
parent c3ccaacc6c
commit 813886b22c
9 changed files with 48 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
//! Utilities for references
#[cfg(not(test))]
use prelude::*;
use cmp::{Eq,Ord,Ordering,TotalEq,TotalOrd};
// Equality for region pointers
#[cfg(not(test))]