Make std::fmt a simple re-export from collections
This commit is contained in:
parent
a246b6542a
commit
ea85d43903
3 changed files with 402 additions and 424 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue