Remove mutable_borrow_reservation_conflict lint

This commit is contained in:
Jack Huey 2022-04-20 22:06:44 -04:00
parent febce1fc31
commit 2300401fb0
21 changed files with 89 additions and 380 deletions

View file

@ -491,6 +491,11 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
"converted into hard error, see RFC 2972 \
<https://github.com/rust-lang/rfcs/blob/master/text/2972-constrained-naked.md> for more information",
);
store.register_removed(
"mutable_borrow_reservation_conflict",
"now allowed, see issue #59159 \
<https://github.com/rust-lang/rust/issues/59159> for more information",
);
}
fn register_internals(store: &mut LintStore) {