Skip to content

Commit f6cfad6

Browse files
committed
re-export debug builders in std::fmt
1 parent ab792ab commit f6cfad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcollections/fmt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ pub use core::fmt::{LowerHex, UpperHex, Pointer};
481481
pub use core::fmt::{LowerExp, UpperExp};
482482
pub use core::fmt::Error;
483483
pub use core::fmt::{ArgumentV1, Arguments, write, radix, Radix, RadixFmt};
484+
pub use core::fmt::{DebugList, DebugMap, DebugSet, DebugStruct, DebugTuple};
484485

485486
use string;
486487

0 commit comments

Comments
 (0)