Skip to content

Commit

Permalink
Fix link of formatting traits
Browse files Browse the repository at this point in the history
  • Loading branch information
hsi committed Feb 8, 2021
1 parent 551cc4b commit 6cfac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print/print_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ Debug: Complex { real: 3.3, imag: 7.2 }
[fmt]: https://doc.rust-lang.org/std/fmt/
[macros]: ../../macros.md
[structs]: ../../custom_types/structs.md
[traits]: ../../trait.md
[traits]: https://doc.rust-lang.org/std/fmt/#formatting-traits
[use]: ../../mod/use.md

0 comments on commit 6cfac47

Please sign in to comment.