Stabilize LazyCell and LazyLock (lazy_cell)

This commit is contained in:
Peter Jaszkowiak
2024-02-20 20:55:13 -07:00
parent 0b2f194b83
commit 4913ab8f77
34 changed files with 60 additions and 82 deletions

View File

@@ -68,7 +68,6 @@ This API is completely unstable and subject to change.
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(lazy_cell)]
#![feature(slice_partition_dedup)]
#![feature(try_blocks)]