mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
12d6238f4d
This commit adds `as_str` methods to `SplitWhitespace` and `SplitAsciiWhitespace` str iterators. The methods return the remainder, similar to `as_str` methods on `Chars` and other split iterators. This commit also makes fields of some iterators `pub(crate)`. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |