Skip to content

Commit 32e64cc

Browse files
committed
chore: clippy
1 parent 9e1b692 commit 32e64cc

File tree

1 file changed

+2
-2
lines changed
  • pallets/transaction-fee/src

1 file changed

+2
-2
lines changed

pallets/transaction-fee/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ where
308308

309309
fn withdraw_fee(
310310
who: &AccountIdOf<T>,
311-
call: &CallOf<T>,
311+
_call: &CallOf<T>,
312312
_dispatch_info: &DispatchInfoOf<CallOf<T>>,
313313
fee: Self::Balance,
314314
_tip: Self::Balance,
@@ -340,7 +340,7 @@ where
340340

341341
fn can_withdraw_fee(
342342
who: &AccountIdOf<T>,
343-
call: &CallOf<T>,
343+
_call: &CallOf<T>,
344344
_dispatch_info: &DispatchInfoOf<CallOf<T>>,
345345
fee: Self::Balance,
346346
_tip: Self::Balance,

0 commit comments

Comments
 (0)