Skip to content

Commit dd822ea

Browse files
committed
Inner attributes are not allowed in match exprs
1 parent 8b11ff8 commit dd822ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expressions/match-expr.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
> **<sup>Syntax</sup>**
44
> _MatchExpression_ :
55
> &nbsp;&nbsp; `match` [_Expression_]<sub>_except struct expression_</sub> `{`
6-
> &nbsp;&nbsp; &nbsp;&nbsp; [_InnerAttribute_]<sup>\*</sup>
76
> &nbsp;&nbsp; &nbsp;&nbsp; _MatchArms_<sup>?</sup>
87
> &nbsp;&nbsp; `}`
98
>

0 commit comments

Comments
 (0)