chore: fix compiler warning
Co-authored-by: Kyle <kyle@zed.dev>
This commit is contained in:
parent
67a48ec106
commit
c68b518aec
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ impl SemanticIndex {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Insert the file in spite of failure so that future attempts to index it do not take place (unless the file is changed).
|
// Insert the file in spite of failure so that future attempts to index it do not take place (unless the file is changed).
|
||||||
for (worktree_id, documents, path, mtime, job_handle) in embeddings_queue.into_iter() {
|
for (worktree_id, _, path, mtime, job_handle) in embeddings_queue.into_iter() {
|
||||||
db_update_tx
|
db_update_tx
|
||||||
.send(DbOperation::InsertFile {
|
.send(DbOperation::InsertFile {
|
||||||
worktree_id,
|
worktree_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue