Skip to content

Commit 6fd18f9

Browse files
committed
Remove unnecessary semicolon from Clippy test
1 parent 88491e2 commit 6fd18f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/match_expr_like_matches_macro.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn main() {
3939
B(i32),
4040
C,
4141
D,
42-
};
42+
}
4343
let x = E::A(2);
4444
{
4545
// lint

tests/ui/match_expr_like_matches_macro.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn main() {
5151
B(i32),
5252
C,
5353
D,
54-
};
54+
}
5555
let x = E::A(2);
5656
{
5757
// lint

0 commit comments

Comments
 (0)