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

Fix warnings from clippy 1.77 #908

Closed Philippe-Cholet closed 4 months ago

Philippe-Cholet commented 4 months ago

I triggered CI to see it fail: https://github.com/rust-itertools/itertools/actions/runs/8389675477/job/22976363676 Then I fixed the warnings (denied by CI).

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 94.35%. Comparing base (6814180) to head (9d297fe). Report is 41 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #908 +/- ## ========================================== - Coverage 94.38% 94.35% -0.03% ========================================== Files 48 48 Lines 6665 6807 +142 ========================================== + Hits 6291 6423 +132 - Misses 374 384 +10 ```

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