about summary refs log tree commit diff
path: root/clippy_dev/src
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2022-12-12 00:42:45 -0500
committerTrevor Gross <tgross@intrepidcs.com>2023-03-29 18:04:44 -0400
commit4cf5bdc60c7ccec3b5f395ee393615c224e28555 (patch)
tree95edb4e7b00b6f9880ec680bed741f13398e6f58 /clippy_dev/src
parentd57abf382b8a420115ee4f571f130080875b7f08 (diff)
downloadrust-4cf5bdc60c7ccec3b5f395ee393615c224e28555.tar.gz
rust-4cf5bdc60c7ccec3b5f395ee393615c224e28555.zip
Stabilize a portion of 'once_cell'
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
Diffstat (limited to 'clippy_dev/src')
-rw-r--r--clippy_dev/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs
index e70488165b9..8871873c661 100644
--- a/clippy_dev/src/lib.rs
+++ b/clippy_dev/src/lib.rs
@@ -1,5 +1,4 @@
 #![feature(let_chains)]
-#![feature(once_cell)]
 #![feature(rustc_private)]
 #![cfg_attr(feature = "deny-warnings", deny(warnings))]
 // warn on lints, that are included in `rust-lang/rust`s bootstrap