Dogfood 'str_split_once()` in the std lib

This commit is contained in:
Eric Arellano 2020-12-07 14:24:05 -07:00
parent 85e9ea0152
commit d2de69da2e
4 changed files with 12 additions and 18 deletions

View file

@ -312,6 +312,7 @@
#![feature(stdsimd)]
#![feature(stmt_expr_attributes)]
#![feature(str_internals)]
#![feature(str_split_once)]
#![feature(test)]
#![feature(thread_local)]
#![feature(thread_local_internals)]