Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Sep 22, 2023
1 parent 0f26cfe commit c9b158f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub struct TaskManager {
}

impl TaskManager {
#[allow(clippy::too_many_arguments)]
pub fn new(
message_receiver: mpsc::Receiver<DoubleEchoCommand>,
notify_task_completion: mpsc::Sender<(CertificateId, TaskStatus)>,
Expand Down

0 comments on commit c9b158f

Please sign in to comment.