diff --git a/core/consensus/src/consensus.rs b/core/consensus/src/consensus.rs index ce6594695..bd12a1fe6 100644 --- a/core/consensus/src/consensus.rs +++ b/core/consensus/src/consensus.rs @@ -94,6 +94,7 @@ struct EpochState + 'static> { shutdown_notify: Arc, } +#[allow(clippy::too_many_arguments)] impl + 'static> EpochState { fn new( query_runner: Q,