mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove TODOs from semantic index build-up (#10789)
Quick touch up of some `// todo!()` that got left in `semantic-index` Release Notes: - N/A
This commit is contained in:
parent
5102e37a5b
commit
cd6acff635
@ -599,7 +599,6 @@ impl WorktreeIndex {
|
||||
|
||||
let mut embeddings = Vec::new();
|
||||
for embedding_batch in chunks.chunks(embedding_provider.batch_size()) {
|
||||
// todo!("add a retry facility")
|
||||
embeddings.extend(embedding_provider.embed(embedding_batch).await?);
|
||||
}
|
||||
|
||||
@ -889,7 +888,6 @@ mod tests {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
// todo!(): use a fixture
|
||||
let project_path = Path::new("./fixture");
|
||||
|
||||
let project = cx
|
||||
|
Loading…
Reference in New Issue
Block a user