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

minor update to multizip documentation #882

Closed bsubei closed 5 months ago

bsubei commented 5 months ago

The docs for multizip() refer to it as a macro, even though it is clearly a function. I'm guessing this typo originated from the copy-paste from izip!(), which has a similar section noting the result:

from multizip():

/// **Note:** The result of this macro is a value of a named type (`Zip<(I, J,

from izip!():

/// **Note:** The result of this macro is in the general case an iterator
codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 94.52%. Comparing base (6814180) to head (cf08680). Report is 18 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #882 +/- ## ========================================== + Coverage 94.38% 94.52% +0.13% ========================================== Files 48 48 Lines 6665 6574 -91 ========================================== - Hits 6291 6214 -77 + Misses 374 360 -14 ```

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