mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
49ff42cc69
# Objective - Nightly clippy lints should be fixed before they get stable and break CI ## Solution - fix new clippy lints - ignore `significant_drop_in_scrutinee` since it isn't relevant in our loop https://github.com/rust-lang/rust-clippy/issues/8987 ```rust for line in io::stdin().lines() { ... } ``` Co-authored-by: Jakob Hellermann <hellermann@sipgate.de> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |