We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85e480 commit 7a1a9c8Copy full SHA for 7a1a9c8
clippy_lints/src/empty_structs_with_brackets.rs
@@ -45,7 +45,7 @@ impl EarlyLintPass for EmptyStructsWithBrackets {
45
span_after_ident,
46
"remove the brackets",
47
";",
48
- Applicability::MachineApplicable);
+ Applicability::Unspecified);
49
},
50
);
51
}
0 commit comments