remove unnecessary clippy attributes (#28891)
This commit is contained in:
parent
76df864469
commit
dd723210ca
|
@ -378,7 +378,6 @@ pub struct FilterForwardingResults {
|
||||||
|
|
||||||
impl BankingStage {
|
impl BankingStage {
|
||||||
/// Create the stage using `bank`. Exit when `verified_receiver` is dropped.
|
/// Create the stage using `bank`. Exit when `verified_receiver` is dropped.
|
||||||
#[allow(clippy::new_ret_no_self)]
|
|
||||||
#[allow(clippy::too_many_arguments)]
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn new(
|
pub fn new(
|
||||||
cluster_info: &Arc<ClusterInfo>,
|
cluster_info: &Arc<ClusterInfo>,
|
||||||
|
@ -1155,7 +1154,6 @@ impl BankingStage {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::match_wild_err_arm)]
|
|
||||||
fn record_transactions(
|
fn record_transactions(
|
||||||
bank_slot: Slot,
|
bank_slot: Slot,
|
||||||
transactions: Vec<VersionedTransaction>,
|
transactions: Vec<VersionedTransaction>,
|
||||||
|
|
Loading…
Reference in New Issue