Skip to content

Commit b1663c5

Browse files
committed
fix link to proc macros
1 parent 41b47ac commit b1663c5

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
@@ -187,7 +187,7 @@ See the [macros section of the first edition of the
187187
book](../book/first-edition/macros.html#scoping-and-macro-importexport) for more
188188
information on `macro_rules` macro scope.
189189

190-
- `proc_macro` - Defines a [bang macro].
190+
- `proc_macro` - Defines a [function-like macro].
191191

192192
- `proc_macro_derive` - Defines a [derive macro].
193193

@@ -549,7 +549,7 @@ You can implement `derive` for your own traits through [procedural macros].
549549
[external blocks]: items/external-blocks.html
550550
[items]: items.html
551551
[attribute macro]: procedural-macros.html#attribute-macros
552-
[bang macro]: procedural-macros.html#bang-macros
552+
[function-like macro]: procedural-macros.html#function-like-procedural-macros
553553
[conditional compilation]: conditional-compilation.html
554554
[derive macro]: procedural-macros.html#derive-macros
555555
[trait]: items/traits.html[main]: crates-and-source-files.html

0 commit comments

Comments
 (0)