Stabilize nonnull_slice_from_raw_parts

This commit is contained in:
Yuki Okushi
2022-05-29 13:21:36 +09:00
parent 1536a53ea4
commit 22a456ad47
4 changed files with 6 additions and 12 deletions

View File

@@ -294,7 +294,6 @@
#![feature(is_some_with)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_write_slice)]
#![feature(nonnull_slice_from_raw_parts)]
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]
#![feature(panic_internals)]