We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iter
for
1 parent 397db05 commit e5c17bfCopy full SHA for e5c17bf
library/core/src/iter/mod.rs
@@ -135,7 +135,7 @@
135
//! methods like `nth` and `fold` if an iterator can compute them more efficiently without calling
136
//! `next`.
137
//!
138
-//! # for Loops and IntoIterator
+//! # `for` loops and `IntoIterator`
139
140
//! Rust's `for` loop syntax is actually sugar for iterators. Here's a basic
141
//! example of `for`:
0 commit comments