Remove unnecessary semicolon from Clippy test

This commit is contained in:
Aaron Hill 2020-12-29 17:15:53 -05:00
parent 88491e2a51
commit 6fd18f95ca
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ fn main() {
B(i32),
C,
D,
};
}
let x = E::A(2);
{
// lint

View file

@ -51,7 +51,7 @@ fn main() {
B(i32),
C,
D,
};
}
let x = E::A(2);
{
// lint