1
Fork 0

Remove std::default::Default from the prelude

This commit is contained in:
Brendan Zabarauskas 2014-02-23 12:07:11 +11:00 committed by Alex Crichton
parent ac64db94bf
commit 3cc95314c3
6 changed files with 5 additions and 1 deletions

View file

@ -43,7 +43,6 @@ pub use char::Char;
pub use clone::{Clone, DeepClone};
pub use cmp::{Eq, Ord, TotalEq, TotalOrd, Ordering, Less, Equal, Greater, Equiv};
pub use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
pub use default::Default;
pub use from_str::FromStr;
pub use iter::{FromIterator, Extendable};
pub use iter::{Iterator, DoubleEndedIterator, RandomAccessIterator, CloneableIterator};