1
Fork 0

Make use of slice::strip_prefix and slice pattern

This commit is contained in:
Lzu Tao 2020-07-10 15:59:25 +00:00
parent 90a7d2470a
commit 27a966a149
2 changed files with 25 additions and 27 deletions

View file

@ -306,6 +306,7 @@
#![feature(shrink_to)]
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_strip)]
#![feature(staged_api)]
#![feature(std_internals)]
#![feature(stdsimd)]