Skip to content

Commit 99eafee

Browse files
authored
Merge pull request #1385 from 16yuki0702/formatting_footer_items
Formatting footer items.
2 parents 16746d0 + c60a81b commit 99eafee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/hello/print/print_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ One can manually implement `fmt::Display` to control the display.
7474

7575
### See also:
7676

77-
[attributes][attributes], [`derive`][derive], [`std::fmt`][fmt],
77+
[`attributes`][attributes], [`derive`][derive], [`std::fmt`][fmt],
7878
and [`struct`][structs]
7979

8080
[attributes]: https://doc.rust-lang.org/reference/attributes.html

src/hello/print/print_display.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Debug: Complex { real: 3.3, imag: 7.2 }
118118

119119
### See also:
120120

121-
[`derive`][derive], [`std::fmt`][fmt], [macros], [`struct`][structs],
122-
[`trait`][traits], and [use][use]
121+
[`derive`][derive], [`std::fmt`][fmt], [`macros`][macros], [`struct`][structs],
122+
[`trait`][traits], and [`use`][use]
123123

124124
[derive]: ../../trait/derive.md
125125
[fmt]: https://doc.rust-lang.org/std/fmt/

src/primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555

5656
### See also:
5757

58-
[the `std` library][std], [`mut`][mut], [inference], and [shadowing]
58+
[the `std` library][std], [`mut`][mut], [`inference`][inference], and [`shadowing`][shadowing]
5959

6060
[std]: https://doc.rust-lang.org/std/
6161
[mut]: variable_bindings/mut.md

0 commit comments

Comments
 (0)