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
|
@ -15,6 +15,7 @@ use core::prelude::*;
|
|||
use core::old_iter::BaseIter;
|
||||
use core::unstable::intrinsics::{move_val_init, init};
|
||||
use core::util::{replace, swap};
|
||||
use core::vec;
|
||||
|
||||
pub struct PriorityQueue<T> {
|
||||
priv data: ~[T],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue