Skip to content

Commit fd796af

Browse files
refactor to remove redundant imports
1 parent e7025ec commit fd796af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

programs/token-2022/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ use {
88
solana_instruction_view::InstructionAccount,
99
};
1010

11-
use solana_account_view::AccountView;
12-
use solana_instruction_view::InstructionAccount;
13-
1411
solana_address::declare_id!("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb");
1512

1613
const ELGAMAL_PUBKEY_LEN: usize = 32;

0 commit comments

Comments
 (0)