Clean up use to keep rust 1.43.0 from complaining (#9740)

This commit is contained in:
Michael Vines
2020-04-27 16:54:11 -07:00
committed by GitHub
parent 2f705b5b55
commit c11abf88b7
15 changed files with 24 additions and 48 deletions

View File

@ -1,10 +1,8 @@
use bip39::{Language, Mnemonic, MnemonicType, Seed};
use bs58;
use clap::{
crate_description, crate_name, value_t, values_t_or_exit, App, AppSettings, Arg, ArgMatches,
SubCommand,
};
use num_cpus;
use solana_clap_utils::{
keypair::{
keypair_from_seed_phrase, prompt_passphrase, signer_from_path,