rust/library/core/src/cell
Trevor Gross 81c00dde2b 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: https://github.com/rust-lang/rust/issues/78729
2024-08-21 17:36:05 -05:00
..
lazy.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
once.rs Add const_cell_into_inner to OnceCell 2024-08-21 17:36:05 -05:00