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 4211a62 commit 4ad0e0bCopy full SHA for 4ad0e0b
src/coding-guidelines/macros.rst
@@ -25,8 +25,8 @@ Macros
25
:status: draft
26
27
It's common to use macros to avoid writing repetitive code, such as trait
28
- implementations. It's possible to use derive macros or declarative macros
29
- to do so.
+ implementations. It's possible to use derive macros or declarative macros
+ to do so.
30
31
In a declarative macro the ordering of the patterns will be the order that
32
they are matched against which can lead to unexpected behavior in the case
0 commit comments