Skip to content

Only implement FusedIterator for TakeWhileInclusive when the inner iterator is fused#1110

Merged
phimuemue merged 1 commit into
rust-itertools:masterfrom
patrickwehbe:fix/take-while-inclusive-fused
Jun 25, 2026
Merged

Only implement FusedIterator for TakeWhileInclusive when the inner iterator is fused#1110
phimuemue merged 1 commit into
rust-itertools:masterfrom
patrickwehbe:fix/take-while-inclusive-fused

Only implement FusedIterator for TakeWhileInclusive when the inner it…

9e1e14c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 23, 2026 in 0s

93.93% (-0.46%) compared to 6814180

View this Pull Request on Codecov

93.93% (-0.46%) compared to 6814180

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.93%. Comparing base (6814180) to head (9e1e14c).
⚠️ Report is 209 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1110      +/-   ##
==========================================
- Coverage   94.38%   93.93%   -0.46%     
==========================================
  Files          48       52       +4     
  Lines        6665     6679      +14     
==========================================
- Hits         6291     6274      -17     
- Misses        374      405      +31     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.