From 3378e91683b3b3f6cb05b5ecbca6eceb6152ae44 Mon Sep 17 00:00:00 2001 From: samkim-crypto Date: Sun, 3 Nov 2024 16:37:46 +0900 Subject: [PATCH] remove unnecessary imports --- token/cli/src/bench.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/cli/src/bench.rs b/token/cli/src/bench.rs index a224b2e8443..209591cefdd 100644 --- a/token/cli/src/bench.rs +++ b/token/cli/src/bench.rs @@ -1,7 +1,7 @@ /// The `bench` subcommand use { crate::{clap_app::Error, command::CommandResult, config::Config}, - clap::{value_t_or_exit, ArgMatches}, + clap::ArgMatches, solana_clap_v3_utils::input_parsers::{pubkey_of_signer, Amount}, solana_client::{ nonblocking::rpc_client::RpcClient, rpc_client::RpcClient as BlockingRpcClient,