|  694c980c82 # Objective Fixes #6483. - Fix the [`clippy::iter_with_drain`](https://rust-lang.github.io/rust-clippy/master/index.html#iter_with_drain) warnings - From the docs: "`.into_iter()` is simpler with better performance" ## Solution - Replace `.drain(..)` for `Vec` with `.into_iter()` | ||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||