rust-itertools / itertools

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

Remove `ZipSlices` from benchmarks #911

Closed Philippe-Cholet closed 3 months ago

Philippe-Cholet commented 3 months ago

ZipSlices was removed in 0.5.0. Is there a point of keeping this around?!

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 94.36%. Comparing base (6814180) to head (e859686). Report is 44 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #911 +/- ## ========================================== - Coverage 94.38% 94.36% -0.03% ========================================== Files 48 48 Lines 6665 6815 +150 ========================================== + Hits 6291 6431 +140 - Misses 374 384 +10 ```

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