re-export debug builders in `std::fmt`

This commit is contained in:
Andrew Paseltiner 2015-08-28 13:39:25 -04:00
parent ab792abf1f
commit f6cfad6848
1 changed files with 1 additions and 0 deletions

View File

@ -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;