Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0a5bd2f

Browse files
committed
cargo clippy on tests
1 parent 27b54c2 commit 0a5bd2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token/program-2022-test/tests/confidential_transfer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ async fn confidential_transfer_deposit() {
739739
assert_eq!(extension.actual_pending_balance_credit_counter, 2.into());
740740
}
741741

742+
#[allow(clippy::too_many_arguments)]
742743
#[cfg(feature = "zk-ops")]
743744
async fn withdraw_with_option<S: Signers>(
744745
token: &Token<ProgramBanksClientProcessTransaction>,

0 commit comments

Comments
 (0)