![]() # Objective - https://github.com/bevyengine/bevy/issues/17111 ## Solution Set the `clippy::allow_attributes` and `clippy::allow_attributes_without_reason` lints to `deny`, and bring `bevy_image` in line with the new restrictions. ## Testing `cargo clippy --tests --package bevy_image` was run, and no errors were encountered. I could not run the above command with `--all-features` due to some compilation errors with `bevy_core_pipeline` and `bevy_math` - but hopefully CI catches anything I missed. --------- Co-authored-by: Benjamin Brienen <benjamin.brienen@outlook.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |