diff options
| author | Andrew Paseltiner <apaseltiner@gmail.com> | 2015-08-28 13:39:25 -0400 |
|---|---|---|
| committer | Andrew Paseltiner <apaseltiner@gmail.com> | 2015-08-28 13:39:25 -0400 |
| commit | f6cfad68484f0ed591ce7be45aad612f7168de63 (patch) | |
| tree | 5144755f1a350e82da527d38e6537e2b83cfd058 | |
| parent | ab792abf1fcc28afbd315426213f6428da25c085 (diff) | |
| download | rust-f6cfad68484f0ed591ce7be45aad612f7168de63.tar.gz rust-f6cfad68484f0ed591ce7be45aad612f7168de63.zip | |
re-export debug builders in `std::fmt`
| -rw-r--r-- | src/libcollections/fmt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index b6c4905e41c..d17bd5cccf5 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -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; |
