diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index ce1f24d703..1802d8d951 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -299,6 +299,7 @@ pub mod investment_portfolios { /// NOTE: Moving inner scope to any pallet would introduce tight(er) /// coupling due to requirement of iterating over storage maps which in turn /// require the pallet's Config trait. + #[allow(clippy::type_complexity)] pub fn get_account_portfolio( investor: AccountId, ) -> Result)>, DispatchError>