From 47db25a6ac236b43f9ecf85dd51287c0821a97df Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 19 Sep 2024 02:33:37 -0400 Subject: [PATCH] allow unwrap in pallet index tests --- support/linting/src/pallet_index.rs | 1 + 1 file changed, 1 insertion(+) 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;