Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
daltoncoder committed Oct 16, 2023
1 parent 9859a43 commit 7079d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/consensus/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ struct EpochState<Q: SyncQueryRunnerInterface, P: PubSub<PubSubMsg> + 'static> {
shutdown_notify: Arc<Notify>,
}

#[allow(clippy::too_many_arguments)]
impl<Q: SyncQueryRunnerInterface, P: PubSub<PubSubMsg> + 'static> EpochState<Q, P> {
fn new(
query_runner: Q,
Expand Down

0 comments on commit 7079d60

Please sign in to comment.