Skip to content

Commit

Permalink
Apply `#![deny(clippy::allow_attributes, clippy::allow_attributes_wit…
Browse files Browse the repository at this point in the history
…hout_reason)]` to bevy_macro_utils
  • Loading branch information
LikeLakers2 committed Jan 11, 2025
1 parent 5c0e13f commit 14f31f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/bevy_macro_utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#![forbid(unsafe_code)]
#![deny(
clippy::allow_attributes,
clippy::allow_attributes_without_reason,
reason = "See #17111; To be removed once all crates are in-line with these attributes"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc(
html_logo_url = "https://bevyengine.org/assets/icon.png",
Expand Down

0 comments on commit 14f31f5

Please sign in to comment.