-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
array_chunks: slightly improve docs #148250
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
Conversation
| /// retrieve the remaining items. | ||
| /// | ||
| /// If `iter.next()` panicks, all items already yielded by the iterator are | ||
| /// If `iter.next()` panics, all items already yielded by the iterator are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that generally we don't bother with PRs for things like this where it's incredibly unlikely that someone would misunderstand (I don't think the extra k is going to confuse anyone) and it's not actually public docs (it's pub(crate) and not stabilization track).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose I could fold it into #148249...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That said, the typo fix is also the least interesting part of this simple PR.
|
r? libs |
|
@bors r+ rollup |
array_chunks: slightly improve docs
Rollup of 5 pull requests Successful merges: - #146436 (Slice iter cleanup) - #148250 (array_chunks: slightly improve docs) - #148678 (Merge E0412 into E0425) - #149520 (also introduce Peekable::next_if_map_mut next to next_if_map) - #149538 (std: sys: fs: uefi: Make time in FileAttr optional) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #148250 - hkBst:array-chunks-docs, r=joboet array_chunks: slightly improve docs
No description provided.