Skip to content

Commit 5cd15f4

Browse files
PLeVasseurVeykril
andcommitted
Clarify it's possible to use procedural macros more generally to accomplish
Co-authored-by: Lukas Wirth <[email protected]>
1 parent f91cd2a commit 5cd15f4

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
@@ -321,7 +321,7 @@ Macros
321321
:status: draft
322322

323323
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
324+
implementations. It's possible to use procedural macros or declarative macros
325325
to do so.
326326

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

0 commit comments

Comments
 (0)