about summary refs log tree commit diff
path: root/library/std/src
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/std/src
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/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 32aca8c8392..63b65d8b413 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -314,7 +314,6 @@
 #![feature(stdsimd)]
 #![feature(stmt_expr_attributes)]
 #![feature(str_internals)]
-#![feature(str_split_once)]
 #![feature(test)]
 #![feature(thread_local)]
 #![feature(thread_local_internals)]