feat: stabilize split_at_checked

This commit is contained in:
UserIsntAvailable
2024-05-03 15:02:02 -04:00
parent 20aa2d81e3
commit 4c286c7f9a
3 changed files with 6 additions and 15 deletions

View File

@@ -187,7 +187,6 @@
#![feature(ptr_metadata)]
#![feature(set_ptr_value)]
#![feature(slice_ptr_get)]
#![feature(split_at_checked)]
#![feature(str_internals)]
#![feature(str_split_inclusive_remainder)]
#![feature(str_split_remainder)]