diff --git a/support/linting/src/pallet_index.rs b/support/linting/src/pallet_index.rs index b74e5a62..8ed3627d 100644 --- a/support/linting/src/pallet_index.rs +++ b/support/linting/src/pallet_index.rs @@ -106,6 +106,7 @@ impl ConstructRuntimeVisitor { } #[cfg(test)] +#[allow(clippy::unwrap_used)] mod tests { use super::*; use quote::quote;