diff --git a/runtime/litentry/src/migration/mod.rs b/runtime/litentry/src/migration/mod.rs index bddb1ef7ed..548a2e30bd 100644 --- a/runtime/litentry/src/migration/mod.rs +++ b/runtime/litentry/src/migration/mod.rs @@ -13,6 +13,8 @@ // // You should have received a copy of the GNU General Public License // along with Litentry. If not, see . +#![allow(clippy::type_complexity)] + use frame_support::{ migration::{clear_storage_prefix, storage_key_iter}, pallet_prelude::*,