rust-bakery / nom

Rust parser combinator framework
MIT License
9.38k stars 805 forks source link

Fixed typo in internal.rs #1705

Closed cod10129 closed 11 months ago

cod10129 commented 11 months ago

impl Finish for IResult Err::Incomplete panic message had a double-space, which was removed.

Geal commented 11 months ago

thanks!

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6714061557

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/internal.rs 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/character/complete.rs 1 84.4%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6598431626: -0.03%
Covered Lines: 1827
Relevant Lines: 2929

💛 - Coveralls