We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83b85f4 + a958984 commit 50b05b0Copy full SHA for 50b05b0
src/procedural-macros.md
@@ -1,7 +1,7 @@
1
## Procedural Macros
2
3
*Procedural macros* allow creating syntax extensions as execution of a function.
4
-Procedural macros can be used for is to implement custom [derive] on your own
+Procedural macros can be used to implement custom [derive] on your own
5
types. See [the book][procedural macros] for a tutorial.
6
7
Procedural macros involve a few different parts of the language and its
0 commit comments