style-guide: Make link text in SUMMARY.md match the headings in the linked pages
This commit is contained in:
parent
a9d1db3145
commit
5d637219e4
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
[Introduction](README.md)
|
[Introduction](README.md)
|
||||||
|
|
||||||
- [Module-level items](items.md)
|
- [Items](items.md)
|
||||||
- [Statements](statements.md)
|
- [Statements](statements.md)
|
||||||
- [Expressions](expressions.md)
|
- [Expressions](expressions.md)
|
||||||
- [Types](types.md)
|
- [Types and Bounds](types.md)
|
||||||
- [Non-formatting conventions](advice.md)
|
- [Other style advice](advice.md)
|
||||||
- [`Cargo.toml` conventions](cargo.md)
|
- [`Cargo.toml` conventions](cargo.md)
|
||||||
- [Principles used for deciding these guidelines](principles.md)
|
- [Guiding principles and rationale](principles.md)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Cargo.toml conventions
|
# `Cargo.toml` conventions
|
||||||
|
|
||||||
## Formatting conventions
|
## Formatting conventions
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
## Statements
|
||||||
|
|
||||||
### Let statements
|
### Let statements
|
||||||
|
|
||||||
There should be spaces after the `:` and on both sides of the `=` (if they are
|
There should be spaces after the `:` and on both sides of the `=` (if they are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user