Skip to content

Commit 4ed8f63

Browse files
Clarify that "macro attributes" refers to proc macros
This also allows for the future possibility of `macro_rules`-based attributes.
1 parent 40280c6 commit 4ed8f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following attributes are unsafe:
4444
Attributes can be classified into the following kinds:
4545

4646
* [Built-in attributes]
47-
* [Macro attributes][attribute macros]
47+
* [Proc macro attributes][attribute macros]
4848
* [Derive macro helper attributes]
4949
* [Tool attributes](#tool-attributes)
5050

0 commit comments

Comments
 (0)