diff --git a/crates/bevy_state/src/lib.rs b/crates/bevy_state/src/lib.rs index cdcb37f4ca..e79c9008cf 100644 --- a/crates/bevy_state/src/lib.rs +++ b/crates/bevy_state/src/lib.rs @@ -37,6 +37,11 @@ ) )] #![cfg_attr(any(docsrs, docsrs_dep), feature(rustdoc_internals))] +#![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(feature = "std")] extern crate std;