Mark where_clauses_object_safety as removed
This commit is contained in:
parent
46b0f8bafc
commit
1c3b03a170
@ -583,6 +583,11 @@ macro_rules! add_lint_group {
|
||||
"const_eval_mutable_ptr_in_final_value",
|
||||
"partially allowed now, otherwise turned into a hard error",
|
||||
);
|
||||
store.register_removed(
|
||||
"where_clauses_object_safety",
|
||||
"converted into hard error, see PR #125380 \
|
||||
<https://github.com/rust-lang/rust/pull/125380> for more information",
|
||||
);
|
||||
}
|
||||
|
||||
fn register_internals(store: &mut LintStore) {
|
||||
|
Loading…
Reference in New Issue
Block a user