We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccaa7e5 + 0822248 commit bfa36c9Copy full SHA for bfa36c9
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