diff --git a/crates/bevy_picking/src/lib.rs b/crates/bevy_picking/src/lib.rs index 0bb7c8167691b..ccf89cd3cbb74 100644 --- a/crates/bevy_picking/src/lib.rs +++ b/crates/bevy_picking/src/lib.rs @@ -155,6 +155,11 @@ //! the plugin with arbitrary backends and input methods, yet still use all the high level features. #![deny(missing_docs)] +#![deny( + clippy::allow_attributes, + clippy::allow_attributes_without_reason, + reason = "See #17111; To be removed once all crates are in-line with these attributes" +)] extern crate alloc;