diff --git a/pallets/collective/src/lib.rs b/pallets/collective/src/lib.rs index 823e92663..ac60f7ee7 100644 --- a/pallets/collective/src/lib.rs +++ b/pallets/collective/src/lib.rs @@ -42,6 +42,8 @@ #![cfg_attr(not(feature = "std"), no_std)] #![recursion_limit = "128"] +#[allow(clippy::manual_inspect)] + use frame_support::{ dispatch::{DispatchResultWithPostInfo, GetDispatchInfo, Pays, PostDispatchInfo}, ensure,