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 1bfba16 commit 49f62a1Copy full SHA for 49f62a1
src/coding-guidelines/macros.rst
@@ -26,7 +26,7 @@ Macros
26
:status: draft
27
28
It's common to use macros to avoid writing repetitive code, such as trait
29
- implementations. It's possible to use derive macros or declarative macros
+ implementations. It's possible to use procedural macros or declarative macros
30
to do so.
31
32
In a declarative macro the ordering of the patterns will be the order that
0 commit comments