You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 22:57:35 +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.