1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-23 02:40:13 +02:00
Shaurya Arora f1058980e4
Update while-let-expressions.md (#1018)
Update code snippet description to use `v.into_iter()`
instead of `v.iter()` since the former is what's actually
used in the code snippet.
2023-07-23 21:02:20 -07:00
..