about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorClar Charr <clar@charr.xyz>2018-05-05 00:33:20 -0400
committerClar Charr <clar@charr.xyz>2018-06-27 17:54:27 -0400
commitb5cee029a55cd35fcdad52acb294a04ebff1f341 (patch)
tree038c8066457355be5193c16c4efe8e9a2bc3af21 /src/liballoc/lib.rs
parent23b55161ab4cb6d4bf868ac575bd174ca2de0ffa (diff)
downloadrust-b5cee029a55cd35fcdad52acb294a04ebff1f341.tar.gz
rust-b5cee029a55cd35fcdad52acb294a04ebff1f341.zip
Add str::split_ascii_whitespace.
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index e25742a4a61..ec9b5eba561 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -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)]