We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Formatter::debug_struct
1 parent 4ce1daf commit 0822248Copy full SHA for 0822248
src/libcore/fmt/mod.rs
@@ -356,7 +356,7 @@ impl<'a> Display for Arguments<'a> {
356
/// `Debug` implementations using either `derive` or the debug builder API
357
/// on `Formatter` support pretty printing using the alternate flag: `{:#?}`.
358
///
359
-/// [debug_struct]: ../std/fmt/struct.Formatter.html#method.debug_struct
+/// [debug_struct]: ../../std/fmt/struct.Formatter.html#method.debug_struct
360
361
/// Pretty printing with `#?`:
362
0 commit comments