Skip to content

Commit

Permalink
Rollup merge of rust-lang#30549 - mitaa:doc_dstruct, r=brson
Browse files Browse the repository at this point in the history
(reported in rust-lang#30477)
steveklabnik committed Dec 29, 2015
2 parents ccaa7e5 + 0822248 commit bfa36c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/fmt/mod.rs
Original file line number Diff line number Diff line change
@@ -356,7 +356,7 @@ impl<'a> Display for Arguments<'a> {
/// `Debug` implementations using either `derive` or the debug builder API
/// 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 `#?`:
///

0 comments on commit bfa36c9

Please sign in to comment.