Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor update to multizip documentation #882

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

bsubei
Copy link
Contributor

@bsubei bsubei commented Feb 25, 2024

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

The docs for `multizip()` refer to it as a macro, even though it's a function. I'm guessing this typo originated from the copy-paste from `izip!()`, which has a similar section noting the result.
@jswrenn jswrenn added this to the next milestone Feb 25, 2024
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jswrenn jswrenn added this pull request to the merge queue Feb 25, 2024
Merged via the queue into rust-itertools:master with commit 04e13c1 Feb 25, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants