Remove the lint outright
This commit is contained in:
parent
629d3511b7
commit
32907c72eb
2 changed files with 5 additions and 8 deletions
|
@ -509,6 +509,11 @@ fn register_builtins(store: &mut LintStore) {
|
|||
"converted into hard error, see PR #104616 \
|
||||
<https://github.com/rust-lang/rust/pull/104616> for more information",
|
||||
);
|
||||
store.register_removed(
|
||||
"implied_bounds_entailment",
|
||||
"converted into hard error, see PR #117984 \
|
||||
<https://github.com/rust-lang/rust/pull/117984> for more information",
|
||||
);
|
||||
}
|
||||
|
||||
fn register_internals(store: &mut LintStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue