librustc: Stop reexporting the standard modules from prelude.
This commit is contained in:
parent
4e3d4b36dc
commit
206ab89629
598 changed files with 1873 additions and 455 deletions
|
@ -11,6 +11,7 @@
|
|||
//! A mutable, nullable memory location
|
||||
|
||||
use cast::transmute_mut;
|
||||
use cmp;
|
||||
use prelude::*;
|
||||
use util::replace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue