Skip to content

Commit 08d764f

Browse files
committed
Fix test
1 parent 375350a commit 08d764f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expressions/match-expr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ enum Empty {}
109109

110110
fn diverging_match_no_arms() -> ! {
111111
let e: Empty = make();
112-
let
113112
match e {}
114113
}
115114
```

0 commit comments

Comments
 (0)