Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bevy_window: Apply `#![deny(clippy::allow_attributes, clippy::allow_a…
…ttributes_without_reason)]` (#17213) # Objective - #17111 ## Solution Set the `clippy::allow_attributes` and `clippy::allow_attributes_without_reason` lints to `deny`, and bring `bevy_window` in line with the new restrictions. ## Testing `cargo clippy --tests` was run, and no errors were encountered.
- Loading branch information