Skip to content

Commit 5f17188

Browse files
committed
Change empty_enum_variants_with_brackets applicability to MaybeIncorrect
1 parent 1ee9993 commit 5f17188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/empty_with_brackets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl EarlyLintPass for EmptyWithBrackets {
9797
span_after_ident,
9898
"remove the brackets",
9999
"",
100-
Applicability::MachineApplicable,
100+
Applicability::MaybeIncorrect,
101101
);
102102
},
103103
);

0 commit comments

Comments
 (0)