Skip to content

Commit 6eb69c2

Browse files
committed
fix: allow clippy too_many_arguments for run_task_pipeline
1 parent 3ac1023 commit 6eb69c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ async fn run_single_task(
350350
}
351351
}
352352

353+
#[allow(clippy::too_many_arguments)]
353354
async fn run_task_pipeline(
354355
config: &Config,
355356
task: &SweForgeTask,

0 commit comments

Comments
 (0)