Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
const_cell_into_inner
to OnceCell
`Cell` and `RefCell` have their `into_inner` methods const unstable. `OnceCell` has the same logic, so add it under the same gate. Tracking issue: rust-lang#78729
- Loading branch information