diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-02-26 15:52:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 15:52:29 +0100 |
| commit | 0db8349fff644b0073f3560085c6266e9871bebd (patch) | |
| tree | 0fe5c1500b90dcfa17449a9d2e35aa647fcd585f /library/alloc | |
| parent | d95d30486180387a875b14633aea4e4dd8f960da (diff) | |
| parent | c28f2a8bee0274df49579e6e2bc4236e8e8ec279 (diff) | |
| download | rust-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.rs | 1 |
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)] |
