mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-23 02:40:13 +02:00
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.