diff options
| author | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2024-02-20 20:55:13 -0700 |
|---|---|---|
| committer | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2024-02-20 20:55:13 -0700 |
| commit | 4913ab8f779582dc9da099a148a4670ede0e15aa (patch) | |
| tree | 033e490c20d5a19bba456a5b9d7bb9a9a6e0acea /src/librustdoc/lib.rs | |
| parent | 0b2f194b830264f828f5713327369c1f74b4e933 (diff) | |
| download | rust-4913ab8f779582dc9da099a148a4670ede0e15aa.tar.gz rust-4913ab8f779582dc9da099a148a4670ede0e15aa.zip | |
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Diffstat (limited to 'src/librustdoc/lib.rs')
| -rw-r--r-- | src/librustdoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 0650afb90c7..55346c768b6 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -8,7 +8,6 @@ #![feature(if_let_guard)] #![feature(impl_trait_in_assoc_type)] #![feature(iter_intersperse)] -#![feature(lazy_cell)] #![feature(let_chains)] #![feature(never_type)] #![feature(round_char_boundary)] |
