1
Fork 0

Rollup merge of #30549 - mitaa:doc_dstruct, r=brson

(reported in #30477)
This commit is contained in:
Steve Klabnik 2015-12-29 15:55:09 -05:00
commit bfa36c9ab8

View file

@ -356,7 +356,7 @@ impl<'a> Display for Arguments<'a> {
/// `Debug` implementations using either `derive` or the debug builder API /// `Debug` implementations using either `derive` or the debug builder API
/// on `Formatter` support pretty printing using the alternate flag: `{:#?}`. /// on `Formatter` support pretty printing using the alternate flag: `{:#?}`.
/// ///
/// [debug_struct]: ../std/fmt/struct.Formatter.html#method.debug_struct /// [debug_struct]: ../../std/fmt/struct.Formatter.html#method.debug_struct
/// ///
/// Pretty printing with `#?`: /// Pretty printing with `#?`:
/// ///