We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f5d54 commit 99f36b1Copy full SHA for 99f36b1
src/attributes.md
@@ -28,7 +28,7 @@ and language and compiler version. Attributes are modeled on Attributes in
28
29
Attributes may appear as any of:
30
31
-* A single identifier, the attribute name
+* A single identifier, the _attribute name_
32
* An identifier followed by the equals sign '=' and a literal, providing a
33
key/value pair
34
* An identifier followed by a parenthesized literal, providing a
@@ -72,6 +72,9 @@ mod bar {
72
type int8_t = i8;
73
```
74
75
+The rest of this page describes or links to descriptions of which attribute
76
+names have meaning.
77
+
78
## Crate-only attributes
79
80
- `crate_name` - specify the crate's crate name.
0 commit comments