Merge pull request 'fix(spawner): unbreak clippy gate (too_many_arguments)' (#56) from fix/clippy-too-many-args into main
This commit is contained in:
commit
c406a44d94
1 changed files with 1 additions and 0 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue