1
Fork 0

Add substring API for OsStr

This commit is contained in:
Jan Verbeek 2023-11-29 19:05:01 +01:00
parent 07921b50ba
commit 729851ef9e
3 changed files with 131 additions and 2 deletions

View file

@ -341,6 +341,7 @@
#![feature(round_ties_even)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]
#![feature(slice_range)]
#![feature(std_internals)]
#![feature(str_internals)]
#![feature(strict_provenance)]