Skip to content

Commit 821355a

Browse files
committed
fix link in attributes to derive mode macros
1 parent b1663c5 commit 821355a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ information on `macro_rules` macro scope.
189189

190190
- `proc_macro` - Defines a [function-like macro].
191191

192-
- `proc_macro_derive` - Defines a [derive macro].
192+
- `proc_macro_derive` - Defines a [derive mode macro].
193193

194194
- `proc_macro_attribute` - Defines an [attribute macro].
195195

@@ -551,7 +551,7 @@ You can implement `derive` for your own traits through [procedural macros].
551551
[attribute macro]: procedural-macros.html#attribute-macros
552552
[function-like macro]: procedural-macros.html#function-like-procedural-macros
553553
[conditional compilation]: conditional-compilation.html
554-
[derive macro]: procedural-macros.html#derive-macros
554+
[derive mode macro]: procedural-macros.html#derive-mode-macros
555555
[trait]: items/traits.html[main]: crates-and-source-files.html
556556
[`Termination`]: ../std/process/trait.Termination.html
557557
[where clause]: items/where-clauses.html

0 commit comments

Comments
 (0)