rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

Fix missing tuple in code example #1728

Closed JonathanPlasse closed 2 months ago

JonathanPlasse commented 4 months ago

Hi, Just started using nom and I am loving it! Thank you for your awesome work!

I think tuple is missing in the code example.

Geal commented 2 months ago

thanks!

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8774141498

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/lib.rs 1 66.67%
src/error.rs 4 16.41%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 6790049741: 0.1%
Covered Lines: 1826
Relevant Lines: 2929

💛 - Coveralls