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