Stabilize a portion of 'once_cell'
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
This commit is contained in:
parent
f98598c6cd
commit
dc4ba57566
40 changed files with 87 additions and 128 deletions
|
@ -67,7 +67,7 @@ This API is completely unstable and subject to change.
|
|||
#![feature(let_chains)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(never_type)]
|
||||
#![feature(once_cell)]
|
||||
#![feature(lazy_cell)]
|
||||
#![feature(slice_partition_dedup)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(is_some_and)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue