|
13 | 13 | - [Tokens](tokens.md) |
14 | 14 |
|
15 | 15 | - [Macros](macros.md) |
16 | | - - [Macros By Example](macros-by-example.md) |
17 | | - - [Procedural Macros](procedural-macros.md) |
| 16 | + - [Macros by example](macros-by-example.md) |
| 17 | + - [Procedural macros](procedural-macros.md) |
18 | 18 |
|
19 | 19 | - [Crates and source files](crates-and-source-files.md) |
20 | 20 |
|
|
35 | 35 | - [Implementations](items/implementations.md) |
36 | 36 | - [External blocks](items/external-blocks.md) |
37 | 37 | - [Generic parameters](items/generics.md) |
38 | | - - [Associated Items](items/associated-items.md) |
| 38 | + - [Associated items](items/associated-items.md) |
39 | 39 |
|
40 | 40 | - [Attributes](attributes.md) |
41 | 41 | - [Testing](attributes/testing.md) |
42 | 42 | - [Derive](attributes/derive.md) |
43 | 43 | - [Diagnostics](attributes/diagnostics.md) |
44 | 44 | - [Code generation](attributes/codegen.md) |
45 | 45 | - [Limits](attributes/limits.md) |
46 | | - - [Type System](attributes/type_system.md) |
| 46 | + - [Type system](attributes/type_system.md) |
47 | 47 | - [Debugger](attributes/debugger.md) |
48 | 48 |
|
49 | 49 | - [Statements and expressions](statements-and-expressions.md) |
|
91 | 91 | - [Impl trait type](types/impl-trait.md) |
92 | 92 | - [Type parameters](types/parameters.md) |
93 | 93 | - [Inferred type](types/inferred.md) |
94 | | - - [Dynamically Sized Types](dynamically-sized-types.md) |
| 94 | + - [Dynamically sized types](dynamically-sized-types.md) |
95 | 95 | - [Type layout](type-layout.md) |
96 | 96 | - [Interior mutability](interior-mutability.md) |
97 | | - - [Subtyping and Variance](subtyping.md) |
| 97 | + - [Subtyping and variance](subtyping.md) |
98 | 98 | - [Trait and lifetime bounds](trait-bounds.md) |
99 | 99 | - [Type coercions](type-coercions.md) |
100 | 100 | - [Destructors](destructors.md) |
|
125 | 125 | - [Behavior considered undefined](behavior-considered-undefined.md) |
126 | 126 | - [Behavior not considered unsafe](behavior-not-considered-unsafe.md) |
127 | 127 |
|
128 | | -- [Constant Evaluation](const_eval.md) |
| 128 | +- [Constant evaluation](const_eval.md) |
129 | 129 |
|
130 | | -- [Application Binary Interface](abi.md) |
| 130 | +- [Application binary interface](abi.md) |
131 | 131 |
|
132 | 132 | - [The Rust runtime](runtime.md) |
133 | 133 |
|
134 | 134 | - [Appendices](appendices.md) |
135 | 135 | - [Grammar summary](grammar.md) |
136 | | - - [Macro Follow-Set Ambiguity Formal Specification](macro-ambiguity.md) |
| 136 | + - [Macro follow-set ambiguity formal specification](macro-ambiguity.md) |
137 | 137 | - [Influences](influences.md) |
138 | 138 | - [Test summary](test-summary.md) |
139 | 139 | - [Glossary](glossary.md) |
0 commit comments