rust-itertools / itertools

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

`CoalesceBy`: missing field in `Debug` #864

Closed Philippe-Cholet closed 7 months ago

Philippe-Cholet commented 7 months ago

Very quick PR. Yet another missing field just like in #860. The bounds were right for this field to be there.

I thought I successfully went through all our Debug implementations.. well I did it again. I do not see another mistake.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (a0411d6) 93.78% compared to head (3c33b08) 93.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #864 +/- ## ========================================== - Coverage 93.78% 93.75% -0.03% ========================================== Files 48 48 Lines 6696 6696 ========================================== - Hits 6280 6278 -2 - Misses 416 418 +2 ```

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