diff options
| author | bors <bors@rust-lang.org> | 2015-08-28 20:52:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-28 20:52:16 +0000 |
| commit | 5d955e17404778fb4db5fc33d732ac2738f76f34 (patch) | |
| tree | 8d3ba521faabdc68782f3f7394f1d0552bf9dcd1 /src | |
| parent | 55ad22fa8f9376782b5df968ffdafedefd8bb8a0 (diff) | |
| parent | f6cfad68484f0ed591ce7be45aad612f7168de63 (diff) | |
| download | rust-5d955e17404778fb4db5fc33d732ac2738f76f34.tar.gz rust-5d955e17404778fb4db5fc33d732ac2738f76f34.zip | |
Auto merge of #28068 - apasel422:debug-builders, r=sfackler
This appears to have been an oversight, as the structs are stable but only nameable through `core::fmt`.
Diffstat (limited to 'src')
| -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; |
