diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2021-02-09 17:30:37 -0500 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2021-02-09 23:17:11 -0500 |
| commit | c28f2a8bee0274df49579e6e2bc4236e8e8ec279 (patch) | |
| tree | 78917a8404f82d9297236f16607a0137df7c3d40 /library/std | |
| parent | 097bc6a84f2280a889b9ab4b544f27851a978927 (diff) | |
| download | rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.tar.gz rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.zip | |
Stabilize str_split_once
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 961cff661e3..4aae2286b6b 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)] |
