Skip to content

minor update to multizip documentation#882

Merged
jswrenn merged 1 commit intorust-itertools:masterfrom
bsubei:multizip_docs_fix
Feb 25, 2024
Merged

minor update to multizip documentation#882
jswrenn merged 1 commit intorust-itertools:masterfrom
bsubei:multizip_docs_fix

Conversation

@bsubei
Copy link
Copy Markdown
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 enabled auto-merge February 25, 2024 01:12
@jswrenn jswrenn added this to the next milestone Feb 25, 2024
@codecov
Copy link
Copy Markdown

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
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