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

Uniform field names for Interleave[Shortest] #857

Closed phimuemue closed 7 months ago

phimuemue commented 7 months ago

The two structs are similar, and this PR reflects this fact in their field names.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (f4afe79) 93.44% compared to head (d0abdfa) 93.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #857 +/- ## ========================================== - Coverage 93.44% 93.37% -0.07% ========================================== Files 48 48 Lines 6774 6778 +4 ========================================== - Hits 6330 6329 -1 - Misses 444 449 +5 ```

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