empty_structs_with_brackets: not MachineApplicable anymore

This commit is contained in:
Max Baumann 2023-01-02 14:58:10 +01:00
parent a85e480dd1
commit 7a1a9c8188
No known key found for this signature in database
GPG key ID: 20FA1609B03B1D6D

View file

@ -45,7 +45,7 @@ impl EarlyLintPass for EmptyStructsWithBrackets {
span_after_ident, span_after_ident,
"remove the brackets", "remove the brackets",
";", ";",
Applicability::MachineApplicable); Applicability::Unspecified);
}, },
); );
} }