-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Improve example of Iterator::reduce #102435
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve example of Iterator::reduce #102435
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ rollup |
📌 Commit c61577949291b3b5bfd51ab170e0dbb7f16b96d8 has been approved by It is now in the queue for this repository. |
(Apparently I have nothing better to do than to browse PRs here!) |
c615779
to
49b25d3
Compare
@bors r=thomcc,vacuus rollup |
Rollup of 7 pull requests Successful merges: - rust-lang#102336 (Fix associated type bindings with anon const in GAT position) - rust-lang#102342 (Add negation methods for signed non-zero integers.) - rust-lang#102385 (Don't export `__heap_base` and `__data_end` on wasm32-wasi.) - rust-lang#102435 (Improve example of Iterator::reduce) - rust-lang#102436 (rustdoc: clean up "normalize.css 8" input override CSS) - rust-lang#102452 (fix minor ungrammatical sentence) - rust-lang#102455 (Use let-chaining in `WhileTrue::check_expr`.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #81819.
I took your example @bstrie from #81819 and applied it here.
r? @thomcc