about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2021-02-09 17:30:37 -0500
committerJacob Pratt <jacob@jhpratt.dev>2021-02-09 23:17:11 -0500
commitc28f2a8bee0274df49579e6e2bc4236e8e8ec279 (patch)
tree78917a8404f82d9297236f16607a0137df7c3d40 /library/alloc
parent097bc6a84f2280a889b9ab4b544f27851a978927 (diff)
downloadrust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.tar.gz
rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.zip
Stabilize str_split_once
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs
index dd98f806451..9c92d96dc70 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -6,7 +6,6 @@
 #![feature(exact_size_is_empty)]
 #![feature(new_uninit)]
 #![feature(pattern)]
-#![feature(str_split_once)]
 #![feature(trusted_len)]
 #![feature(try_reserve)]
 #![feature(unboxed_closures)]