Skip to content

Commit 0822248

Browse files
committed
Fix link to Formatter::debug_struct
1 parent 4ce1daf commit 0822248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ impl<'a> Display for Arguments<'a> {
356356
/// `Debug` implementations using either `derive` or the debug builder API
357357
/// on `Formatter` support pretty printing using the alternate flag: `{:#?}`.
358358
///
359-
/// [debug_struct]: ../std/fmt/struct.Formatter.html#method.debug_struct
359+
/// [debug_struct]: ../../std/fmt/struct.Formatter.html#method.debug_struct
360360
///
361361
/// Pretty printing with `#?`:
362362
///

0 commit comments

Comments
 (0)