We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d1db3 commit 5d63721Copy full SHA for 5d63721
src/doc/style-guide/src/SUMMARY.md
@@ -2,10 +2,10 @@
2
3
[Introduction](README.md)
4
5
-- [Module-level items](items.md)
+- [Items](items.md)
6
- [Statements](statements.md)
7
- [Expressions](expressions.md)
8
-- [Types](types.md)
9
-- [Non-formatting conventions](advice.md)
+- [Types and Bounds](types.md)
+- [Other style advice](advice.md)
10
- [`Cargo.toml` conventions](cargo.md)
11
-- [Principles used for deciding these guidelines](principles.md)
+- [Guiding principles and rationale](principles.md)
src/doc/style-guide/src/cargo.md
@@ -1,4 +1,4 @@
1
-# Cargo.toml conventions
+# `Cargo.toml` conventions
## Formatting conventions
src/doc/style-guide/src/statements.md
@@ -1,3 +1,5 @@
+## Statements
+
### Let statements
There should be spaces after the `:` and on both sides of the `=` (if they are
0 commit comments