forked from DGNum/colmena
deployment.rs: Clippy
This commit is contained in:
parent
ed52e259aa
commit
9c8e3034f7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub async fn deploy(tasks: Vec<DeploymentTask>, max_parallelism: Option<usize>,
|
||||||
let mut result_list = result_list.lock().await;
|
let mut result_list = result_list.lock().await;
|
||||||
result_list.push((task, true));
|
result_list.push((task, true));
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(_) => {
|
||||||
bar.set_style(failing_spinner_style.clone());
|
bar.set_style(failing_spinner_style.clone());
|
||||||
bar.abandon_with_message("Failed");
|
bar.abandon_with_message("Failed");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue