rust-itertools / itertools

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

improve documentation of tree_reduce #955

Closed rbruenig closed 3 weeks ago

rbruenig commented 1 month ago

PR for improving documentation of tree_reduce, it will close #946

This PR only changes documentation and does not touch any actual code.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 94.64%. Comparing base (6814180) to head (44a73c5). Report is 100 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #955 +/- ## ========================================== + Coverage 94.38% 94.64% +0.26% ========================================== Files 48 49 +1 Lines 6665 7065 +400 ========================================== + Hits 6291 6687 +396 - Misses 374 378 +4 ```

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

rbruenig commented 3 weeks ago

@Philippe-Cholet Is there anything that still should be improved or is this ready to be merged 🙂 ?

Philippe-Cholet commented 3 weeks ago

Thanks for the needed clarification!