Skip to content

Commit a93a022

Browse files
committed
Clarify that "macro attributes" refers to proc macros
This also allows for the future possibility of `macro_rules`-based attributes.
1 parent b2fd0f2 commit a93a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

+1-1
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)