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`.
This commit is contained in:
bors 2015-08-28 20:52:16 +00:00
commit 5d955e1740

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;