Add str::split_ascii_whitespace.

This commit is contained in:
Clar Charr
2018-05-05 00:33:20 -04:00
parent 23b55161ab
commit b5cee029a5
3 changed files with 158 additions and 4 deletions

View File

@@ -108,6 +108,7 @@
#![cfg_attr(stage0, feature(repr_transparent))]
#![feature(rustc_attrs)]
#![feature(specialization)]
#![feature(split_ascii_whitespace)]
#![feature(staged_api)]
#![feature(str_internals)]
#![feature(trusted_len)]