Clippy
This commit is contained in:
@ -7,6 +7,7 @@ use solana_program::{
|
||||
};
|
||||
|
||||
entrypoint!(process_instruction);
|
||||
#[allow(clippy::unnecessary_wraps)]
|
||||
fn process_instruction(
|
||||
_program_id: &Pubkey,
|
||||
accounts: &[AccountInfo],
|
||||
|
Reference in New Issue
Block a user