Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jun 7, 2024
1 parent b5a7d89 commit e7f9c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>(
investor: AccountId,
) -> Result<Vec<(TrancheCurrency, InvestmentPortfolio<Balance, CurrencyId>)>, DispatchError>
Expand Down

0 comments on commit e7f9c27

Please sign in to comment.