mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
fix clippy
This commit is contained in:
parent
5f7291bfe7
commit
340259b99a
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ impl Service<IncomingTxs> for IncomingTxHandler {
|
|||
}
|
||||
|
||||
/// Handles the incoming txs.
|
||||
#[expect(clippy::too_many_arguments)]
|
||||
async fn handle_incoming_txs(
|
||||
IncomingTxs { txs, state }: IncomingTxs,
|
||||
txs_being_handled: TxsBeingHandled,
|
||||
|
|
Loading…
Reference in a new issue