1
Fork 0

Make std::fmt a simple re-export from collections

This commit is contained in:
Keegan McAllister 2015-02-05 21:08:02 -08:00
parent a246b6542a
commit ea85d43903
3 changed files with 402 additions and 424 deletions

View file

@ -181,6 +181,7 @@ pub use core::error;
#[cfg(not(test))] pub use alloc::boxed;
pub use alloc::rc;
pub use core_collections::fmt;
pub use core_collections::slice;
pub use core_collections::str;
pub use core_collections::string;
@ -246,7 +247,6 @@ pub mod thread_local;
pub mod dynamic_lib;
pub mod ffi;
pub mod fmt;
pub mod old_io;
pub mod io;
pub mod os;