mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
empty_structs_with_brackets: not MachineApplicable anymore
This commit is contained in:
parent
a85e480dd1
commit
7a1a9c8188
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ impl EarlyLintPass for EmptyStructsWithBrackets {
|
||||||
span_after_ident,
|
span_after_ident,
|
||||||
"remove the brackets",
|
"remove the brackets",
|
||||||
";",
|
";",
|
||||||
Applicability::MachineApplicable);
|
Applicability::Unspecified);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue