about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-04-15 15:37:46 +0200
committerSimon Sapin <simon.sapin@exyr.org>2020-04-15 16:18:33 +0200
commitcdb6bef4fbaf114e3d8546bf0bb213471a8d0f7c (patch)
tree2f22f809f83def91ffd631d7cb98786fefbd4ceb /src/liballoc/lib.rs
parentdf768c5c8fcb361c4dc94b4c776d6a78c12862e1 (diff)
downloadrust-cdb6bef4fbaf114e3d8546bf0bb213471a8d0f7c.tar.gz
rust-cdb6bef4fbaf114e3d8546bf0bb213471a8d0f7c.zip
Deprecate `Box::into_raw_non_null`
Per https://github.com/rust-lang/rust/issues/47336#issuecomment-586589016
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 121c1cde548..26eee09e6fa 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -77,7 +77,6 @@
 #![feature(allocator_api)]
 #![feature(allow_internal_unstable)]
 #![feature(arbitrary_self_types)]
-#![feature(box_into_raw_non_null)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
 #![feature(cfg_sanitize)]