Skip to content

Commit 6cb7fc4

Browse files
authored
Merge pull request #1719 from jdonszelmann/reword-inert
reword reference about inert attributes
2 parents eacd002 + 064a51f commit 6cb7fc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/attributes.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ An attribute is either active or inert. During attribute processing, *active
195195
attributes* remove themselves from the thing they are on while *inert attributes*
196196
stay on.
197197

198-
The [`cfg`] and [`cfg_attr`] attributes are active. The [`test`] attribute is
199-
inert when compiling for tests and active otherwise. [Attribute macros] are
200-
active. All other attributes are inert.
198+
The [`cfg`] and [`cfg_attr`] attributes are active.
199+
[Attribute macros] are active. All other attributes are inert.
201200

202201
r[attributes.tool]
203202
## Tool attributes

0 commit comments

Comments
 (0)