Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stream)!: Change ContainsToken from Fn to FnMut #666

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

epage
Copy link
Collaborator

@epage epage commented Jan 3, 2025

Fixes #558

src/stream/mod.rs Fixed Show fixed Hide fixed
src/stream/mod.rs Fixed Show fixed Hide fixed
@epage epage enabled auto-merge January 3, 2025 22:04
@epage epage merged commit 49a24a7 into winnow-rs:main Jan 3, 2025
16 checks passed
@epage epage deleted the fn branch January 3, 2025 22:07
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12604499194

Details

  • 4 of 24 (16.67%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 41.378%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/stream/mod.rs 4 24 16.67%
Totals Coverage Status
Change from base Build 12604341776: 0.0%
Covered Lines: 1279
Relevant Lines: 3091

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

accept FnMut instead of just Fn as take_till parameter
2 participants