mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 00:14:22 +00:00
Add `str::Lines::remainder` Based on https://github.com/rust-lang/rust/pull/98453. This PR adds `str::Lines::remainder` similarly to [other remainder function on str split iterators](https://github.com/rust-lang/rust/issues/77998).