1
Fork 0

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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
34 changed files with 60 additions and 82 deletions

View file

@ -24,7 +24,6 @@
#![feature(extend_one)]
#![feature(hash_raw_entry)]
#![feature(hasher_prefixfree_extras)]
#![feature(lazy_cell)]
#![feature(lint_reasons)]
#![feature(macro_metavar_expr)]
#![feature(map_try_insert)]