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