Fix new 'unnecessary trailing semicolon' warnings
This commit is contained in:
parent
db0d0e8c43
commit
6f91c32da6
28 changed files with 39 additions and 39 deletions
|
@ -17,10 +17,10 @@ as it does not include the method name in the symbol name.
|
|||
pub struct Foo;
|
||||
impl Foo {
|
||||
pub fn foo() {
|
||||
enum Panic { Common };
|
||||
enum Panic { Common }
|
||||
}
|
||||
pub fn bar() {
|
||||
enum Panic { Common };
|
||||
enum Panic { Common }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue