1
Fork 0

Remove std::from_str::FromStr from the prelude

This commit is contained in:
Brendan Zabarauskas 2014-02-23 12:29:42 +11:00 committed by Alex Crichton
parent 3cc95314c3
commit 84a8893f19
21 changed files with 24 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 from_str::FromStr;
pub use iter::{FromIterator, Extendable};
pub use iter::{Iterator, DoubleEndedIterator, RandomAccessIterator, CloneableIterator};
pub use iter::{OrdIterator, MutableDoubleEndedIterator, ExactSize};