about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-08-28 20:52:16 +0000
committerbors <bors@rust-lang.org>2015-08-28 20:52:16 +0000
commit5d955e17404778fb4db5fc33d732ac2738f76f34 (patch)
tree8d3ba521faabdc68782f3f7394f1d0552bf9dcd1 /src
parent55ad22fa8f9376782b5df968ffdafedefd8bb8a0 (diff)
parentf6cfad68484f0ed591ce7be45aad612f7168de63 (diff)
downloadrust-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.rs1
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;