We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1023 commit 6eb69c2Copy full SHA for 6eb69c2
1 file changed
src/executor.rs
@@ -350,6 +350,7 @@ async fn run_single_task(
350
}
351
352
353
+#[allow(clippy::too_many_arguments)]
354
async fn run_task_pipeline(
355
config: &Config,
356
task: &SweForgeTask,
0 commit comments