Drop const_ptr_read feature gate

This commit is contained in:
Jubilee Young 2023-05-10 05:36:16 -07:00 committed by Jubilee
parent 8f50a17c37
commit d361e4335f

View File

@ -1,6 +1,5 @@
#![no_std]
#![feature(
const_ptr_read,
const_refs_to_cell,
const_maybe_uninit_as_mut_ptr,
const_mut_refs,