Stabilize slice_as_chunks library feature

This commit is contained in:
Scott McMurray
2025-04-10 20:16:55 -07:00
parent 56c08d9b32
commit 6cfdd53da1
6 changed files with 13 additions and 19 deletions

View File

@@ -119,7 +119,6 @@
#![feature(ptr_metadata)]
#![feature(set_ptr_value)]
#![feature(slice_as_array)]
#![feature(slice_as_chunks)]
#![feature(slice_ptr_get)]
#![feature(str_internals)]
#![feature(str_split_inclusive_remainder)]