Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Revert now not-existing clippy check...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 16, 2020
1 parent a6137f4 commit 9e79e89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions local-cluster/src/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,6 @@ impl LocalCluster {
);
}
info!("Checking for vote account registration of {}", node_pubkey);
// nightly clippy says to do something which is gated under #![feature(or_patterns)]
#[allow(clippy::unnested_or_patterns)]
match (
client.get_account_with_commitment(&stake_account_pubkey, CommitmentConfig::recent()),
client.get_account_with_commitment(&vote_account_pubkey, CommitmentConfig::recent()),
Expand Down

0 comments on commit 9e79e89

Please sign in to comment.