Skip to content

Commit d3a47fb

Browse files
committed
fix: allow many args in run_event_loop
1 parent 9f41dd7 commit d3a47fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/node/src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ impl Node {
859859
}
860860

861861
/// Internal event loop that handles messages and can be cancelled.
862+
#[allow(clippy::too_many_arguments)]
862863
async fn run_event_loop(
863864
cancel_token: CancellationToken,
864865
primary_incoming_rx: &mut mpsc::Receiver<(ValidatorId, DclMessage)>,

0 commit comments

Comments
 (0)