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

`k_smallest` variants (2) #885

Closed Philippe-Cholet closed 5 months ago

Philippe-Cholet commented 5 months ago

Follow-up of the recent #654.

I wanted to only update the documentation as I did not want to burden ejmount with it. But I missed a few things:

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 94.57%. Comparing base (6814180) to head (d6ea87a). Report is 20 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #885 +/- ## ========================================== + Coverage 94.38% 94.57% +0.18% ========================================== Files 48 48 Lines 6665 6749 +84 ========================================== + Hits 6291 6383 +92 + Misses 374 366 -8 ```

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