mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 22:26:26 +00:00
Fix a formatting error in Iterator::for_each docs There is a formatting error (extra space in an assignment) in the documentation of `core::iter::Iterator::for_each`, which I have fixed in this pull request.