Skip to content

Commit 3894370

Browse files
committed
Fixing clippy complaint
1 parent 8185b49 commit 3894370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token-lending/sdk/src/instruction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,7 @@ pub fn close_pool_reward(
22632263
/// `[writable]` Reward vault token account.
22642264
/// `[]` Lending market account.
22652265
/// `[]` Token program.
2266+
#[allow(clippy::too_many_arguments)]
22662267
pub fn claim_pool_reward(
22672268
program_id: Pubkey,
22682269
reward_authority_bump: u8,

0 commit comments

Comments
 (0)