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

Commit 3b99559

Browse files
committed
Revert now not-existing clippy check...
1 parent 0833a68 commit 3b99559

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

local-cluster/src/local_cluster.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,6 @@ impl LocalCluster {
474474
);
475475
}
476476
info!("Checking for vote account registration of {}", node_pubkey);
477-
// nightly clippy says to do something which is gated under #![feature(or_patterns)]
478-
#[allow(clippy::unnested_or_patterns)]
479477
match (
480478
client.get_account_with_commitment(&stake_account_pubkey, CommitmentConfig::recent()),
481479
client.get_account_with_commitment(&vote_account_pubkey, CommitmentConfig::recent()),

0 commit comments

Comments
 (0)