Merge pull request 'fix(spawner): unbreak clippy gate (too_many_arguments)' (#56) from fix/clippy-too-many-args into main
Some checks are pending
CI / rust (push) Waiting to run
CI / markdown (push) Waiting to run

This commit is contained in:
clawdie 2026-06-14 01:30:39 +02:00
commit c406a44d94

View file

@ -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],