We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacd002 commit 74985e1Copy full SHA for 74985e1
src/attributes.md
@@ -192,11 +192,10 @@ r[attributes.activity]
192
193
r[attributes.activity.intro]
194
An attribute is either active or inert. During attribute processing, *active
195
-attributes* remove themselves from the thing they are on while *inert attributes*
+attributes* remove themselves from the thing they are on while *nert attributes*
196
stay on.
197
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
+The [`cfg`] and [`cfg_attr`] attributes are active. [Attribute macros] are
200
active. All other attributes are inert.
201
202
r[attributes.tool]
0 commit comments