Fix link to Formatter::debug_struct
This commit is contained in:
parent
4ce1dafd1d
commit
08222480e9
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