fix warnings

This commit is contained in:
KCaverly 2023-07-26 10:03:30 -04:00
parent 0ac919f6e0
commit 394a105639

View File

@ -517,7 +517,7 @@ impl SemanticIndex {
.map(|worktree| self.worktree_previously_indexed(worktree.read(cx).abs_path()))
.collect::<Vec<_>>();
cx.spawn(|this, mut cx| async move {
cx.spawn(|_, _cx| async move {
futures::future::join_all(worktree_scans_complete).await;
let worktree_indexed_previously =