File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ There are three kinds of attributes:
87
87
* Macro attributes
88
88
* Derive mode helper attributes
89
89
90
- ## Dynamic and inert attributes
90
+ ## Active and inert attributes
91
91
92
- An attribute is either dynamic or inert. During attribute processing, * dynamic
92
+ An attribute is either active or inert. During attribute processing, * active
93
93
attributes* remove themselves from the thing they are on while * inert attriutes*
94
94
stay on.
95
95
96
- The ` cfg ` and ` cfg_attr ` attributes are dynamic . The ` test ` attribute is inert
97
- when compiling for tests and dynamic otherwise. Attribute macros are dynamic .
98
- All other attributes are inert.
96
+ The ` cfg ` and ` cfg_attr ` attributes are active . The ` test ` attribute is inert
97
+ when compiling for tests and active otherwise. Attribute macros are active .
98
+ All other attributes are inert.
99
99
100
100
---
101
101
You can’t perform that action at this time.
0 commit comments