rust/src/libcore/fmt
bors 227b46bded Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
The collections debug helpers no longer prefix output with the
collection name, in line with the current conventions for Debug
implementations. Implementations that want to preserve the current
behavior can simply add a `try!(write!(fmt, "TypeName "));` at the
beginning of the `fmt` method.

[breaking-change]
2015-03-29 05:21:29 +00:00
..
rt register snapshot 880fb89 2015-02-27 01:48:49 +01:00
builders.rs Update debug helpers and add list builder 2015-03-28 10:33:51 -07:00
float.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
mod.rs Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton 2015-03-29 05:21:29 +00:00
num.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00