Navigation Menu

Skip to content

Commit

Permalink
Fix link to Formatter::debug_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mitaa committed Dec 24, 2015
1 parent 4ce1daf commit 0822248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/fmt/mod.rs
Expand Up @@ -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 `#?`:
///
Expand Down

0 comments on commit 0822248

Please sign in to comment.