libcore: Export core::from_str::FromStr from core::prelude

This commit is contained in:
gifnksm
2013-05-02 20:20:22 +09:00
parent 5458d7dddd
commit cff6aba76e
13 changed files with 16 additions and 20 deletions

View File

@@ -51,6 +51,7 @@ pub use path::WindowsPath;
pub use ptr::Ptr;
pub use ascii::{Ascii, AsciiCast, OwnedAsciiCast, AsciiStr};
pub use str::{StrSlice, OwnedStr};
pub use from_str::{FromStr};
pub use to_bytes::IterBytes;
pub use to_str::{ToStr, ToStrConsume};
pub use tuple::{CopyableTuple, ImmutableTuple, ExtendedTupleOps};