empty_structs_with_brackets: not MachineApplicable anymore
This commit is contained in:
parent
a85e480dd1
commit
7a1a9c8188
@ -45,7 +45,7 @@ impl EarlyLintPass for EmptyStructsWithBrackets {
|
||||
span_after_ident,
|
||||
"remove the brackets",
|
||||
";",
|
||||
Applicability::MachineApplicable);
|
||||
Applicability::Unspecified);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user