mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
d5d355ae1f
# Objective Replace instances of ```rust for x in collection.iter{_mut}() { ``` with ```rust for x in &{mut} collection { ``` This also changes CI to no longer suppress this lint. Note that since this lint only shows up when using clippy in pedantic mode, it was probably unnecessary to suppress this lint in the first place. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |