rust/library/core
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
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Add const_cell_into_inner to OnceCell 2024-08-21 17:36:05 -05:00
tests Stabilize iter::repeat_n 2024-08-19 22:39:04 -07:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00