We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91cd2a commit 5cd15f4Copy full SHA for 5cd15f4
src/coding-guidelines/macros.rst
@@ -321,7 +321,7 @@ Macros
321
:status: draft
322
323
It's common to use macros to avoid writing repetitive code, such as trait
324
- implementations. It's possible to use derive macros or declarative macros
+ implementations. It's possible to use procedural macros or declarative macros
325
to do so.
326
327
In a declarative macro the ordering of the patterns will be the order that
0 commit comments