remove unnecessary clippy warning ignore (#30100)

This commit is contained in:
Andrew Fitzgerald 2023-02-06 08:27:18 -08:00 committed by GitHub
parent 7fb2fc6f27
commit d9444a6576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ impl BankingStage {
}
}
#[allow(clippy::too_many_arguments)]
fn process_loop(
packet_receiver: &mut PacketReceiver,
decision_maker: &DecisionMaker,