Skip to content

Commit 0fe0041

Browse files
PLeVasseurjmqd
andcommitted
Update wording in rationale
Co-authored-by: Jordan McQueen <[email protected]>
1 parent 4201b26 commit 0fe0041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/coding-guidelines/macros.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Macros
3636
:id: non_compl_ex_5vK0CCmePkef
3737
:status: draft
3838

39-
We have two macro match rules at the same level of nesting. Since the
40-
matching is done macro rule by macro rule and this process is stopped as soon
41-
as a macro matcher is matched we will not reach the specialized case for EmergencyValve.
39+
We have two macro match rules at the same level of nesting. Since macro
40+
matching is done sequentially through the matchers and stops at the first
41+
match, the specialized case for EmergencyValve is unreachable.
4242

4343
.. code-block:: rust
4444

0 commit comments

Comments
 (0)