mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
c51607e031
Make StrSearcher behave correctly on empty needle Fix #85462. This will not affect ABI since the other variant of the enum is bigger. It may break some code, but that would be very strange: usually people don't continue after the first `Done` (or `None` for a normal iterator). `@rustbot` label T-libs A-str A-patterns |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |