Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
mutable_borrow_reservation_conflict
allow
``` warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 <rust-lang/rust#59159> for more information --> src/session.rs:2681:21 | 2681 | #[allow(mutable_borrow_reservation_conflict)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `rx` (lib) generated 1 warning ```
- Loading branch information