Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Jan 10, 2024
1 parent c374bb4 commit 29bfe3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ anchor_version = "0.13.2"
members = [
"token-lending/program",
"token-lending/brick",
"token-lending/wrapper",
]

[provider]
Expand Down
2 changes: 1 addition & 1 deletion token-lending/wrapper/src/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use crate::processor;
use solana_program::{
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult,
program_error::PrintProgramError, pubkey::Pubkey,
pubkey::Pubkey,
};

entrypoint!(process_instruction);
Expand Down
1 change: 0 additions & 1 deletion token-lending/wrapper/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use borsh::{BorshDeserialize, BorshSerialize};
use num_derive::FromPrimitive;
use num_traits::FromPrimitive;
use solana_program::pubkey::PUBKEY_BYTES;
use solana_program::{
account_info::{next_account_info, AccountInfo},
Expand Down

0 comments on commit 29bfe3d

Please sign in to comment.