fix warnings 3
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#![allow(dead_code, unused_imports)]
|
||||
|
||||
pub use anchor_lang::prelude::Pubkey;
|
||||
use {
|
||||
anchor_lang::{
|
||||
solana_program::{instruction::Instruction, system_program},
|
||||
@@ -10,7 +13,6 @@ use {
|
||||
solana_signer::Signer,
|
||||
solana_transaction::versioned::VersionedTransaction,
|
||||
};
|
||||
pub use anchor_lang::prelude::Pubkey;
|
||||
|
||||
pub fn setup() -> (LiteSVM, Keypair) {
|
||||
let program_id = descro_ext_resolvers::id();
|
||||
|
||||
Reference in New Issue
Block a user