Skip to content

Commit

Permalink
Remove unnecessary semicolon from Clippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Dec 29, 2020
1 parent 4c4700d commit 6bef37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ fn main() {
B(i32),
C,
D,
};
}
let x = E::A(2);
{
// lint
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy/tests/ui/match_expr_like_matches_macro.rs
Expand Up @@ -51,7 +51,7 @@ fn main() {
B(i32),
C,
D,
};
}
let x = E::A(2);
{
// lint
Expand Down

0 comments on commit 6bef37c

Please sign in to comment.