From 430afd67610876e6c021f63342bfe398bb038750 Mon Sep 17 00:00:00 2001 From: danda Date: Wed, 13 Nov 2024 11:48:57 -0800 Subject: [PATCH] fix: fixes a compile error on stable rustc changed + use<'_> to + '_ --- src/models/state/wallet/wallet_state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/state/wallet/wallet_state.rs b/src/models/state/wallet/wallet_state.rs index 385731824..7ec1353ef 100644 --- a/src/models/state/wallet/wallet_state.rs +++ b/src/models/state/wallet/wallet_state.rs @@ -339,8 +339,8 @@ impl WalletState { pub(crate) fn mempool_balance_updates( &self, ) -> ( - impl Iterator + use<'_>, - impl Iterator + use<'_>, + impl Iterator + '_, + impl Iterator + '_, ) { let incoming = self.mempool_spent_utxos.iter().map(|(txkid, sender_data)| { (