Skip to content

Commit e0f31a0

Browse files
committed
Add back some newlines that were removed
1 parent ccbc70d commit e0f31a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ The following attributes are unsafe:
4848

4949
r[attributes.kind]
5050
Attributes can be classified into the following kinds:
51+
5152
* [Built-in attributes]
5253
* [Macro attributes][attribute macros]
5354
* [Derive macro helper attributes]
5455
* [Tool attributes](#tool-attributes)
5556

5657
r[attributes.application]
5758
Attributes may be applied to many things in the language:
59+
5860
* All [item declarations] accept outer attributes while [external blocks],
5961
[functions], [implementations], and [modules] accept inner attributes.
6062
* Most [statements] accept outer attributes (see [Expression Attributes] for

0 commit comments

Comments
 (0)