mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
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()` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |