Clean up header in iter
docs for for
loops
This commit is contained in:
parent
397db054cb
commit
e5c17bff35
@ -135,7 +135,7 @@
|
||||
//! methods like `nth` and `fold` if an iterator can compute them more efficiently without calling
|
||||
//! `next`.
|
||||
//!
|
||||
//! # for Loops and IntoIterator
|
||||
//! # `for` loops and `IntoIterator`
|
||||
//!
|
||||
//! Rust's `for` loop syntax is actually sugar for iterators. Here's a basic
|
||||
//! example of `for`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user