Add String::replace_first and String::replace_last
Rebased and modified by zachs18. Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
This commit is contained in:
parent
695857bc3f
commit
8ed7fca74c
4 changed files with 97 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#![feature(local_waker)]
|
||||
#![feature(str_as_str)]
|
||||
#![feature(strict_provenance_lints)]
|
||||
#![feature(string_replace_in_place)]
|
||||
#![feature(vec_deque_pop_if)]
|
||||
#![feature(vec_deque_truncate_front)]
|
||||
#![feature(unique_rc_arc)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue