▲ | bayesnet 4 days ago | |
When I was starting out in rust, replacing my IDE’s `cargo check` invocation with pedantic clippy (which has a lint for this use of `into_iter` [0]) was very useful in learning these parts of the language. [0]: https://rust-lang.github.io/rust-clippy/master/index.html#ex... |