Skip to content

Commit 49f62a1

Browse files
PLeVasseurVeykril
andauthored
Clarify it's possible to use procedural macros more generally to accomplish
Co-authored-by: Lukas Wirth <[email protected]>
1 parent 1bfba16 commit 49f62a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/macros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Macros
2626
:status: draft
2727

2828
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
29+
implementations. It's possible to use procedural macros or declarative macros
3030
to do so.
3131

3232
In a declarative macro the ordering of the patterns will be the order that

0 commit comments

Comments
 (0)