mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
fix warnings
This commit is contained in:
parent
0ac919f6e0
commit
394a105639
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue