You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-19 15:35:37 +02:00
Fix broken link in for-expressions.md (#812)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# `for` loops
|
||||
|
||||
The [`for` loop](https://doc.rust-lang.org/std/keyword.for.html) is closely
|
||||
related to the [`while let` loop](while-let-expression.md). It will
|
||||
related to the [`while let` loop](while-let-expressions.md). It will
|
||||
automatically call `into_iter()` on the expression and then iterate over it:
|
||||
|
||||
```rust,editable
|
||||
|
Reference in New Issue
Block a user