mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Update deps
This commit is contained in:
@@ -211,10 +211,8 @@ pub async fn start_download_futures(
|
||||
}
|
||||
|
||||
while let Some(task_result) = tasks.join_next().await {
|
||||
if let Ok(task_result) = task_result {
|
||||
if let Some(v) = task_result {
|
||||
return Some(v);
|
||||
}
|
||||
if let Ok(Some(task_result)) = task_result {
|
||||
return Some(task_result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user