-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Improve documentation on iterators length #69213
Conversation
Seems ok. Maybe adding "which is the remaining number of times" would better convey that is reflects the current state of the iterator. |
Ping from triage: |
Addressed the review comments. @steveklabnik will you have time to review those changes? Thank you! @rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
Looks good to me, thank you! @bors: r+ rollup |
📌 Commit 0c82a5c has been approved by |
Rollup of 9 pull requests Successful merges: - #69213 (Improve documentation on iterators length) - #69609 (Remove `usable_size` APIs) - #69619 (more cleanups) - #69620 (doc(librustc_error_codes): add long error explanation for E0719) - #69626 (Toolstate: don't duplicate nightly tool list.) - #69628 (Fix a leak in `DiagnosticBuilder::into_diagnostic`.) - #69633 (Update my mailmap entry) - #69634 (clean up E0378 explanation) - #69637 (Don't convert Results to Options just for matching.) Failed merges: r? @ghost
Attempts to resolve #66491. @the8472 does this help?
r? @steveklabnik