Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow unused_unsafe in LazyCell in preparation for lib change
rust-lang/rust#47204 makes `UnsafeCell::into_inner` safe, which means `LazyCell::into_inner` will no longer need an `unsafe` block. `LazyCell` is a blocker for the change in Rust: this fix should allow the change to take place.
- Loading branch information