Closed vwkd closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/combinator/multi.rs | 0 | 5 | 0.0% | ||
<!-- | Total: | 0 | 5 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 6750455444: | 0.1% |
Covered Lines: | 1209 |
Relevant Lines: | 2722 |
Closing in favor of adding the infinite loop check to repeat_n_
in #368 as discussed in https://github.com/winnow-rs/winnow/issues/365#issuecomment-1793243185
From #365, this proposes to remove the infinite loop check in the finite loop in
separated_n_
added in #362.