Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se
Stabilize str_split_once Closes #74773
This commit is contained in:
commit
8b7d335c38
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
||||||
associated_type_bounds,
|
associated_type_bounds,
|
||||||
never_type,
|
never_type,
|
||||||
try_blocks,
|
try_blocks,
|
||||||
hash_drain_filter,
|
hash_drain_filter
|
||||||
str_split_once
|
|
||||||
)]
|
)]
|
||||||
#![warn(rust_2018_idioms)]
|
#![warn(rust_2018_idioms)]
|
||||||
#![warn(unused_lifetimes)]
|
#![warn(unused_lifetimes)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue