summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-06-14 05:08:03 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-06-14 05:08:03 +0900
commit7fa1308db1929822e802d06ca8bfe6225e50a736 (patch)
treef9e979483a815ced7c960811fab72ff650db8862 /library/alloc
parentfb3ea63d9b4c3e9bb90d4250b870faaffb9c8fd2 (diff)
downloadrust-7fa1308db1929822e802d06ca8bfe6225e50a736.tar.gz
rust-7fa1308db1929822e802d06ca8bfe6225e50a736.zip
Stabilize `maybe_uninit_ref`
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index a04e7c8a498..7b0291c5f2e 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -109,7 +109,6 @@
 #![feature(iter_zip)]
 #![feature(lang_items)]
 #![feature(layout_for_ptr)]
-#![feature(maybe_uninit_ref)]
 #![feature(negative_impls)]
 #![feature(never_type)]
 #![feature(nll)]