File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ information on `macro_rules` macro scope.
189
189
190
190
- ` proc_macro ` - Defines a [ function-like macro] .
191
191
192
- - ` proc_macro_derive ` - Defines a [ derive macro] .
192
+ - ` proc_macro_derive ` - Defines a [ derive mode macro] .
193
193
194
194
- ` proc_macro_attribute ` - Defines an [ attribute macro] .
195
195
@@ -551,7 +551,7 @@ You can implement `derive` for your own traits through [procedural macros].
551
551
[ attribute macro ] : procedural-macros.html#attribute-macros
552
552
[ function-like macro ] : procedural-macros.html#function-like-procedural-macros
553
553
[ conditional compilation ] : conditional-compilation.html
554
- [ derive macro ] : procedural-macros.html#derive-macros
554
+ [ derive mode macro ] : procedural-macros.html#derive-mode -macros
555
555
[ trait] : items/traits.html[ main] : crates-and-source-files.html
556
556
[ `Termination` ] : ../std/process/trait.Termination.html
557
557
[ where clause ] : items/where-clauses.html
You can’t perform that action at this time.
0 commit comments