rust/src/libcore/fmt
Mark Simulacrum 93e46a95a4 Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomez
Update docs for Debug* structs. #29355

This adds docs for the Debug* structs as well as examples from the
Formatter::debug_* methods, so that a user knows how to construct them.

I added these examples as the builders module is not public and hence
the debug_*_new() functions are not available to a user.

r? @steveklabnik
2017-07-04 07:41:39 -06:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs Add docs for Debug* structs. #29355 2017-07-02 17:42:02 +01:00
float.rs fix confusion about parts required for float formatting 2017-05-09 12:58:50 -04:00
mod.rs Update docs for fmt::write. 2017-06-22 19:50:56 +01:00
num.rs Remove num::{Zero,One} 2017-04-20 21:16:31 -07:00