Resolve nightly-2021-10-05 clippy complaints
This commit is contained in:
@ -215,6 +215,7 @@ fn full_battery_tests(
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::redundant_closure)]
|
||||
fn test_create_account_with_seed() {
|
||||
solana_logger::setup();
|
||||
let mint_keypair = Keypair::new();
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(clippy::redundant_closure)]
|
||||
use solana_cli::{
|
||||
cli::{process_command, request_and_confirm_airdrop, CliCommand, CliConfig},
|
||||
spend_utils::SpendAmount,
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(clippy::redundant_closure)]
|
||||
use solana_cli::{
|
||||
cli::{process_command, request_and_confirm_airdrop, CliCommand, CliConfig},
|
||||
spend_utils::SpendAmount,
|
||||
|
Reference in New Issue
Block a user