Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #7001 : alco/rust/tutorial-for-loop, r=bstrie
The "4.3 Loops" section only describes `while` and `loop`. We then see `for` used in a code sample at the end of the "13. Vectors and strings" section, but it's explained for the first time only in the next section -- "14. Closures". It is worth mentioning it in "4.3 Loops". --- Feel free to reword it and commit yourself if you don't like my wording.
- Loading branch information