Skip to content

Commit

Permalink
Merge pull request #1385 from 16yuki0702/formatting_footer_items
Browse files Browse the repository at this point in the history
Formatting footer items.
  • Loading branch information
marioidival authored Oct 21, 2020
2 parents 16746d0 + c60a81b commit 99eafee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/hello/print/print_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ One can manually implement `fmt::Display` to control the display.

### See also:

[attributes][attributes], [`derive`][derive], [`std::fmt`][fmt],
[`attributes`][attributes], [`derive`][derive], [`std::fmt`][fmt],
and [`struct`][structs]

[attributes]: https://doc.rust-lang.org/reference/attributes.html
Expand Down
4 changes: 2 additions & 2 deletions src/hello/print/print_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Debug: Complex { real: 3.3, imag: 7.2 }

### See also:

[`derive`][derive], [`std::fmt`][fmt], [macros], [`struct`][structs],
[`trait`][traits], and [use][use]
[`derive`][derive], [`std::fmt`][fmt], [`macros`][macros], [`struct`][structs],
[`trait`][traits], and [`use`][use]

[derive]: ../../trait/derive.md
[fmt]: https://doc.rust-lang.org/std/fmt/
Expand Down
2 changes: 1 addition & 1 deletion src/primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn main() {

### See also:

[the `std` library][std], [`mut`][mut], [inference], and [shadowing]
[the `std` library][std], [`mut`][mut], [`inference`][inference], and [`shadowing`][shadowing]

[std]: https://doc.rust-lang.org/std/
[mut]: variable_bindings/mut.md
Expand Down

0 comments on commit 99eafee

Please sign in to comment.