Skip to content

Commit d7efa1b

Browse files
committed
chore: address clippy warnings
1 parent 50efe9a commit d7efa1b

File tree

1 file changed

+1
-0
lines changed
  • batcher/aligned-batcher/src

1 file changed

+1
-0
lines changed

batcher/aligned-batcher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ impl Batcher {
859859
/// If the max fee is lower, sends an error message to the client
860860
/// If the message is not in the batch, sends an error message to the client
861861
/// Returns true if the message was replaced in the batch, false otherwise
862+
#[allow(clippy::too_many_arguments)]
862863
async fn handle_replacement_message(
863864
&self,
864865
mut batch_state_lock: MutexGuard<'_, BatchState>,

0 commit comments

Comments
 (0)