Rollup merge of #30549 - mitaa:doc_dstruct, r=brson
(reported in #30477)
This commit is contained in:
commit
bfa36c9ab8
1 changed files with 1 additions and 1 deletions
|
@ -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 `#?`:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue