remove illegal_floating_point_literal_pattern lint
This commit is contained in:
parent
cda3588572
commit
1254ee48c4
30 changed files with 143 additions and 421 deletions
|
@ -516,6 +516,10 @@ fn register_builtins(store: &mut LintStore) {
|
|||
"converted into hard error, see PR #118649 \
|
||||
<https://github.com/rust-lang/rust/pull/118649> for more information",
|
||||
);
|
||||
store.register_removed(
|
||||
"illegal_floating_point_literal_pattern",
|
||||
"no longer a warning, float patterns behave the same as `==`",
|
||||
);
|
||||
}
|
||||
|
||||
fn register_internals(store: &mut LintStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue