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 | a456300af569750232afc0e98da28c4786fce19b (patch) | |
| tree | 1d480a21aa76fb263b72d28c3158fbd93f3b4cb7 /clippy_dev | |
| parent | 007c61732677fcd388f9f7887578724d1003f915 (diff) | |
| download | rust-a456300af569750232afc0e98da28c4786fce19b.tar.gz rust-a456300af569750232afc0e98da28c4786fce19b.zip | |
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index 385191e0361..3aa43dbe23e 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(lazy_cell)] #![feature(let_chains)] #![feature(rustc_private)] #![cfg_attr(feature = "deny-warnings", deny(warnings))] |
