|
21 | 21 |
|
22 | 22 | - [Conditional compilation](conditional-compilation.md)
|
23 | 23 |
|
24 |
| -- [Items and attributes](items-and-attributes.md) |
25 |
| - - [Items](items.md) |
26 |
| - - [Modules](items/modules.md) |
27 |
| - - [Extern crates](items/extern-crates.md) |
28 |
| - - [Use declarations](items/use-declarations.md) |
29 |
| - - [Functions](items/functions.md) |
30 |
| - - [Type aliases](items/type-aliases.md) |
31 |
| - - [Structs](items/structs.md) |
32 |
| - - [Enumerations](items/enumerations.md) |
33 |
| - - [Unions](items/unions.md) |
34 |
| - - [Constant items](items/constant-items.md) |
35 |
| - - [Static items](items/static-items.md) |
36 |
| - - [Traits](items/traits.md) |
37 |
| - - [Implementations](items/implementations.md) |
38 |
| - - [External blocks](items/external-blocks.md) |
| 24 | +- [Items](items.md) |
| 25 | + - [Modules](items/modules.md) |
| 26 | + - [Extern crates](items/extern-crates.md) |
| 27 | + - [Use declarations](items/use-declarations.md) |
| 28 | + - [Functions](items/functions.md) |
| 29 | + - [Type aliases](items/type-aliases.md) |
| 30 | + - [Structs](items/structs.md) |
| 31 | + - [Enumerations](items/enumerations.md) |
| 32 | + - [Unions](items/unions.md) |
| 33 | + - [Constant items](items/constant-items.md) |
| 34 | + - [Static items](items/static-items.md) |
| 35 | + - [Traits](items/traits.md) |
| 36 | + - [Implementations](items/implementations.md) |
| 37 | + - [External blocks](items/external-blocks.md) |
39 | 38 | - [Type and lifetime parameters](items/generics.md)
|
40 | 39 | - [Associated Items](items/associated-items.md)
|
41 | 40 | - [Visibility and Privacy](visibility-and-privacy.md)
|
42 |
| - - [Attributes](attributes.md) |
| 41 | + |
| 42 | +- [Attributes](attributes.md) |
| 43 | + - [Testing](attributes/testing.md) |
| 44 | + - [Derive](attributes/derive.md) |
| 45 | + - [Diagnostics](attributes/diagnostics.md) |
| 46 | + - [Code generation](attributes/codegen.md) |
| 47 | + - [Limits](attributes/limits.md) |
43 | 48 |
|
44 | 49 | - [Statements and expressions](statements-and-expressions.md)
|
45 | 50 | - [Statements](statements.md)
|
|
0 commit comments