Skip to content

Commit 99f36b1

Browse files
committed
Point out where general/specific attribute docs split
1 parent f1f5d54 commit 99f36b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/attributes.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and language and compiler version. Attributes are modeled on Attributes in
2828

2929
Attributes may appear as any of:
3030

31-
* A single identifier, the attribute name
31+
* A single identifier, the _attribute name_
3232
* An identifier followed by the equals sign '=' and a literal, providing a
3333
key/value pair
3434
* An identifier followed by a parenthesized literal, providing a
@@ -72,6 +72,9 @@ mod bar {
7272
type int8_t = i8;
7373
```
7474

75+
The rest of this page describes or links to descriptions of which attribute
76+
names have meaning.
77+
7578
## Crate-only attributes
7679

7780
- `crate_name` - specify the crate's crate name.

0 commit comments

Comments
 (0)