Skip to content

Commit 8e75749

Browse files
authored
Merge pull request #1410 from hsi/patch-2
Fix link of formatting traits
2 parents b852932 + 6cfac47 commit 8e75749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print/print_display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ Debug: Complex { real: 3.3, imag: 7.2 }
125125
[fmt]: https://doc.rust-lang.org/std/fmt/
126126
[macros]: ../../macros.md
127127
[structs]: ../../custom_types/structs.md
128-
[traits]: ../../trait.md
128+
[traits]: https://doc.rust-lang.org/std/fmt/#formatting-traits
129129
[use]: ../../mod/use.md

0 commit comments

Comments
 (0)