Remove unnecessary semicolon from Clippy test

This commit is contained in:
Aaron Hill 2020-12-29 17:15:53 -05:00
parent 4c4700d9e5
commit 6bef37c841
No known key found for this signature in database
GPG Key ID: B4087E510E98B164
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 @@ enum E {
B(i32),
C,
D,
};
}
let x = E::A(2);
{
// lint