about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-02-26 15:52:29 +0100
committerGitHub <noreply@github.com>2021-02-26 15:52:29 +0100
commit0db8349fff644b0073f3560085c6266e9871bebd (patch)
tree0fe5c1500b90dcfa17449a9d2e35aa647fcd585f /library/alloc
parentd95d30486180387a875b14633aea4e4dd8f960da (diff)
parentc28f2a8bee0274df49579e6e2bc4236e8e8ec279 (diff)
downloadrust-0db8349fff644b0073f3560085c6266e9871bebd.tar.gz
rust-0db8349fff644b0073f3560085c6266e9871bebd.zip
Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se
Stabilize str_split_once

Closes #74773
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)]