remove unnecessary clippy attributes (#28891)

This commit is contained in:
apfitzge 2022-11-21 12:54:54 -06:00 committed by GitHub
parent 76df864469
commit dd723210ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -378,7 +378,6 @@ pub struct FilterForwardingResults {
impl BankingStage {
/// Create the stage using `bank`. Exit when `verified_receiver` is dropped.
#[allow(clippy::new_ret_no_self)]
#[allow(clippy::too_many_arguments)]
pub fn new(
cluster_info: &Arc<ClusterInfo>,
@ -1155,7 +1154,6 @@ impl BankingStage {
)
}
#[allow(clippy::match_wild_err_arm)]
fn record_transactions(
bank_slot: Slot,
transactions: Vec<VersionedTransaction>,