diff --git a/crates/colibri-daemon/src/spawner.rs b/crates/colibri-daemon/src/spawner.rs index 56ad104..cae51a0 100644 --- a/crates/colibri-daemon/src/spawner.rs +++ b/crates/colibri-daemon/src/spawner.rs @@ -247,6 +247,7 @@ async fn remove_staged_dir(path: &Path) { let _ = tokio::fs::remove_dir_all(path).await; } +#[allow(clippy::too_many_arguments)] pub async fn prepare_spawn_command( binary: &str, args: &[String],