We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return
1 parent e74d784 commit b6b9740Copy full SHA for b6b9740
src/storage/mod.rs
@@ -581,7 +581,7 @@ impl AsyncStorage {
581
drop(write_guard);
582
583
// Final attempt: if this still fails, bubble the error.
584
- return archive_index::find_in_file(local_index_path, path_in_archive).await;
+ archive_index::find_in_file(local_index_path, path_in_archive).await
585
}
586
587
#[instrument]
0 commit comments