Skip to content

Commit 8b7d335

Browse files
Rollup merge of rust-lang#81940 - jhpratt:stabilize-str_split_once, r=m-ou-se
Stabilize str_split_once Closes rust-lang#74773
2 parents 702676b + 260a5d4 commit 8b7d335

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
associated_type_bounds,
66
never_type,
77
try_blocks,
8-
hash_drain_filter,
9-
str_split_once
8+
hash_drain_filter
109
)]
1110
#![warn(rust_2018_idioms)]
1211
#![warn(unused_lifetimes)]

0 commit comments

Comments
 (0)