Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark LazyCell::into_inner unstably const
Other cell `into_inner` functions are const and there shouldn't be any problem here. Make the unstable `LazyCell::into_inner` const under the same gate as its stability (`lazy_cell_into_inner`). Tracking issue: #125623
- Loading branch information