have String use SliceIndex impls from str

This commit is contained in:
Peter Jaszkowiak 2024-01-23 19:00:10 -07:00
parent fc3800f657
commit 5d59d0c7d7
2 changed files with 16 additions and 89 deletions

View file

@ -152,6 +152,7 @@
#![feature(set_ptr_value)]
#![feature(sized_type_properties)]
#![feature(slice_from_ptr_range)]
#![feature(slice_index_methods)]
#![feature(slice_ptr_get)]
#![feature(slice_ptr_len)]
#![feature(slice_range)]