diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 15:37:46 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 16:18:33 +0200 |
| commit | cdb6bef4fbaf114e3d8546bf0bb213471a8d0f7c (patch) | |
| tree | 2f22f809f83def91ffd631d7cb98786fefbd4ceb /src/liballoc/lib.rs | |
| parent | df768c5c8fcb361c4dc94b4c776d6a78c12862e1 (diff) | |
| download | rust-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.rs | 1 |
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)] |
