File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Introduction] ( README.md )
4
4
5
- - [ Module-level items ] ( items.md )
5
+ - [ Items ] ( items.md )
6
6
- [ Statements] ( statements.md )
7
7
- [ Expressions] ( expressions.md )
8
- - [ Types] ( types.md )
9
- - [ Non-formatting conventions ] ( advice.md )
8
+ - [ Types and Bounds ] ( types.md )
9
+ - [ Other style advice ] ( advice.md )
10
10
- [ ` Cargo.toml ` conventions] ( cargo.md )
11
- - [ Principles used for deciding these guidelines ] ( principles.md )
11
+ - [ Guiding principles and rationale ] ( principles.md )
Original file line number Diff line number Diff line change 1
- # Cargo.toml conventions
1
+ # ` Cargo.toml ` conventions
2
2
3
3
## Formatting conventions
4
4
Original file line number Diff line number Diff line change
1
+ ## Statements
2
+
1
3
### Let statements
2
4
3
5
There should be spaces after the ` : ` and on both sides of the ` = ` (if they are
You can’t perform that action at this time.
0 commit comments