about summary refs log tree commit diff
path: root/library/alloc/tests
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
commitdc4ba57566acac492df2c2074d2d7144566dc7df (patch)
tree784550d8c54ac2ee205293e407dd0c3a6dc18101 /library/alloc/tests
parentf98598c6cd34947efa9e3977338e9bce62d1997c (diff)
downloadrust-dc4ba57566acac492df2c2074d2d7144566dc7df.tar.gz
rust-dc4ba57566acac492df2c2074d2d7144566dc7df.zip
Stabilize a portion of 'once_cell'
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
Diffstat (limited to 'library/alloc/tests')
-rw-r--r--library/alloc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs
index 966cf575116..6387279f4c1 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -43,7 +43,6 @@
 #![feature(slice_flatten)]
 #![feature(thin_box)]
 #![feature(strict_provenance)]
-#![feature(once_cell)]
 #![feature(drain_keep_rest)]
 #![deny(fuzzy_provenance_casts)]
 #![deny(unsafe_op_in_unsafe_fn)]