winnow-rs / winnow

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

Remove useless escargot dependency #499

Closed irevoire closed 6 months ago

irevoire commented 6 months ago

Hey I was comparing this project with nom and noticed you had an useless dependency in your Cargo.toml

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 41.84%. Comparing base (85d4933) to head (a314cee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #499 +/- ## ======================================= Coverage 41.84% 41.84% ======================================= Files 18 18 Lines 3047 3047 ======================================= Hits 1275 1275 Misses 1772 1772 ```

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

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8460192146

Details


Totals Coverage Status
Change from base Build 8101851502: 0.0%
Covered Lines: 1275
Relevant Lines: 3047

💛 - Coveralls
epage commented 6 months ago

Huh, looks like this was an over-aggressive copy/paste from another project in #176