mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 20:03:37 +00:00
Change empty_enum_variants_with_brackets
applicability to MaybeIncorrect
This commit is contained in:
parent
1ee9993a96
commit
5f1718810f
@ -97,7 +97,7 @@ impl EarlyLintPass for EmptyWithBrackets {
|
||||
span_after_ident,
|
||||
"remove the brackets",
|
||||
"",
|
||||
Applicability::MachineApplicable,
|
||||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user