Skip to content

Commit

Permalink
Resolve clippy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 21, 2023
1 parent 67dd522 commit 639dd41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/quotes.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use jup_ag::QuoteConfig;

use {
itertools::Itertools,
solana_sdk::pubkey,
spl_token::{amount_to_ui_amount, ui_amount_to_amount},
};
Expand Down
1 change: 0 additions & 1 deletion examples/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use jup_ag::{QuoteConfig, SwapRequest};
use solana_sdk::transaction::VersionedTransaction;

use {
itertools::Itertools,
solana_client::nonblocking::rpc_client::RpcClient,
solana_sdk::{
commitment_config::CommitmentConfig,
Expand Down

0 comments on commit 639dd41

Please sign in to comment.