diff --git a/crates/semantic_index/src/semantic_index.rs b/crates/semantic_index/src/semantic_index.rs index 2534988196ec7d81b18737cd9bb341cea4bbb3ff..5aaecac733a3d171d36704bda7f0051b6f4db79b 100644 --- a/crates/semantic_index/src/semantic_index.rs +++ b/crates/semantic_index/src/semantic_index.rs @@ -393,7 +393,7 @@ impl SemanticIndex { } } else { // 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 .send(DbOperation::InsertFile { worktree_id,