Skip to content

Commit 3ea52a5

Browse files
committed
Feat: second batch of fixes
1 parent 4c1a967 commit 3ea52a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crate/findex/src/batcher_findex.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ impl<
131131

132132
futures.push(future);
133133
}
134-
// at this point nothing is polled yet
135-
136134
// Execute all futures concurrently and collect results
137135
let results = futures::future::join_all(futures).await;
138136

0 commit comments

Comments
 (0)