File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1325,7 +1325,6 @@ impl Expr {
1325
1325
}
1326
1326
1327
1327
ExprKind :: Break ( ..)
1328
- | ExprKind :: Continue ( ..)
1329
1328
| ExprKind :: Ret ( ..)
1330
1329
| ExprKind :: Yield ( ..)
1331
1330
| ExprKind :: Yeet ( ..)
@@ -1359,6 +1358,7 @@ impl Expr {
1359
1358
| ExprKind :: Block ( ..)
1360
1359
| ExprKind :: Call ( ..)
1361
1360
| ExprKind :: ConstBlock ( _)
1361
+ | ExprKind :: Continue ( ..)
1362
1362
| ExprKind :: Field ( ..)
1363
1363
| ExprKind :: ForLoop { .. }
1364
1364
| ExprKind :: FormatArgs ( ..)
Original file line number Diff line number Diff line change @@ -1705,7 +1705,6 @@ impl Expr<'_> {
1705
1705
}
1706
1706
1707
1707
ExprKind :: Break ( ..)
1708
- | ExprKind :: Continue ( ..)
1709
1708
| ExprKind :: Ret ( ..)
1710
1709
| ExprKind :: Yield ( ..)
1711
1710
| ExprKind :: Become ( ..) => ExprPrecedence :: Jump ,
@@ -1731,6 +1730,7 @@ impl Expr<'_> {
1731
1730
| ExprKind :: Block ( ..)
1732
1731
| ExprKind :: Call ( ..)
1733
1732
| ExprKind :: ConstBlock ( _)
1733
+ | ExprKind :: Continue ( ..)
1734
1734
| ExprKind :: Field ( ..)
1735
1735
| ExprKind :: If ( ..)
1736
1736
| ExprKind :: Index ( ..)
You can’t perform that action at this time.
0 commit comments