rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.76k stars 309 forks source link

ConsTuples is a MapSpecialCase #988

Closed phimuemue closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 94.25%. Comparing base (6814180) to head (6433dd7). Report is 115 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #988 +/- ## ========================================== - Coverage 94.38% 94.25% -0.14% ========================================== Files 48 49 +1 Lines 6665 6702 +37 ========================================== + Hits 6291 6317 +26 - Misses 374 385 +11 ```

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

phimuemue commented 3 months ago

I'm unsure about the failing CI: Is the problem that ConsTuples required 2 generic arguments, whereas now it only needs 1? If so, I'd be tempted to accept this.