chore(rust): fix clippy

This commit is contained in:
Boshen 2023-07-04 16:09:51 +08:00
parent e25f6e2dd4
commit bc0b69e5e7
No known key found for this signature in database
GPG key ID: A69211CB52CC6548

View file

@ -1553,7 +1553,6 @@ impl<'a> Gen for Class<'a> {
ClassElement::PropertyDefinition(_) | ClassElement::AccessorProperty(_)
) {
p.print_semicolon_after_statement();
} else {
}
}
p.needs_semicolon = false;