winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
572 stars 44 forks source link

fix(docs): fix `take_till` #465

Closed vwkd closed 9 months ago

vwkd commented 9 months ago

Remove reference to take_till1 deprecated in #450.

Not sure, if the following sentence also needs to be updated or is still correct?

take_till(f) is equivalent to take_while(0.., \|c\| !f(c))

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7826433617


Totals Coverage Status
Change from base Build 7819097216: 0.0%
Covered Lines: 1318
Relevant Lines: 3089

💛 - Coveralls
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (338b15d) 0.00% compared to head (eca2905) 42.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #465 +/- ## ========================================= + Coverage 0 42.66% +42.66% ========================================= Files 0 18 +18 Lines 0 3089 +3089 ========================================= + Hits 0 1318 +1318 - Misses 0 1771 +1771 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.