]> git.lizzy.rs Git - rust.git/commit
Deprecate `Box::into_raw_non_null`
authorSimon Sapin <simon.sapin@exyr.org>
Wed, 15 Apr 2020 13:37:46 +0000 (15:37 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 15 Apr 2020 14:18:33 +0000 (16:18 +0200)
commitcdb6bef4fbaf114e3d8546bf0bb213471a8d0f7c
tree2f22f809f83def91ffd631d7cb98786fefbd4ceb
parentdf768c5c8fcb361c4dc94b4c776d6a78c12862e1
Deprecate `Box::into_raw_non_null`

Per https://github.com/rust-lang/rust/issues/47336#issuecomment-586589016
src/liballoc/boxed.rs
src/liballoc/collections/linked_list.rs
src/liballoc/lib.rs
src/liballoc/rc.rs
src/liballoc/sync.rs