re-export debug builders in std::fmt
This commit is contained in:
parent
ab792abf1f
commit
f6cfad6848
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ pub use core::fmt::{LowerHex, UpperHex, Pointer};
|
|||
pub use core::fmt::{LowerExp, UpperExp};
|
||||
pub use core::fmt::Error;
|
||||
pub use core::fmt::{ArgumentV1, Arguments, write, radix, Radix, RadixFmt};
|
||||
pub use core::fmt::{DebugList, DebugMap, DebugSet, DebugStruct, DebugTuple};
|
||||
|
||||
use string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue