remove unnecessary clippy warning ignore (#30100)
This commit is contained in:
parent
7fb2fc6f27
commit
d9444a6576
|
@ -704,7 +704,6 @@ impl BankingStage {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn process_loop(
|
||||
packet_receiver: &mut PacketReceiver,
|
||||
decision_maker: &DecisionMaker,
|
||||
|
|
Loading…
Reference in New Issue