Skip to content

Commit 7a1a9c8

Browse files
committed
empty_structs_with_brackets: not MachineApplicable anymore
1 parent a85e480 commit 7a1a9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/empty_structs_with_brackets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl EarlyLintPass for EmptyStructsWithBrackets {
4545
span_after_ident,
4646
"remove the brackets",
4747
";",
48-
Applicability::MachineApplicable);
48+
Applicability::Unspecified);
4949
},
5050
);
5151
}

0 commit comments

Comments
 (0)