1
Fork 0

Remove the lint outright

This commit is contained in:
Michael Goulet 2023-11-16 20:19:03 +00:00
parent 629d3511b7
commit 32907c72eb
2 changed files with 5 additions and 8 deletions

View file

@ -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) {