Remove std::from_str::FromStr from the prelude
This commit is contained in:
parent
3cc95314c3
commit
84a8893f19
21 changed files with 24 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue