Stabilize const_ptr_offset_from.

Stabilization has been completed [here](https://github.com/rust-lang/rust/issues/92980#issuecomment-1065644848)
with a FCP.
This commit is contained in:
Deadbeef
2022-04-20 14:42:18 +10:00
parent 5462da52ba
commit ad93272627
8 changed files with 4 additions and 9 deletions

View File

@@ -130,7 +130,6 @@
#![feature(const_replace)]
#![feature(const_ptr_as_ref)]
#![feature(const_ptr_is_null)]
#![feature(const_ptr_offset_from)]
#![feature(const_ptr_read)]
#![feature(const_ptr_write)]
#![feature(const_raw_ptr_comparison)]