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 22
33[ Introduction] ( README.md )
44
5- - [ Module-level items ] ( items.md )
5+ - [ Items ] ( items.md )
66- [ Statements] ( statements.md )
77- [ 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 )
1010- [ ` 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
22
33## Formatting conventions
44
Original file line number Diff line number Diff line change 1+ ## Statements
2+
13### Let statements
24
35There 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