review changes

This commit is contained in:
mpostma 2021-06-10 15:55:44 +02:00
parent eb7616ca0f
commit 3ef0830c5d
6 changed files with 9 additions and 7 deletions

View file

@ -298,7 +298,7 @@ impl Index {
pub fn delete_documents(
&self,
document_ids: Vec<String>,
document_ids: &[String],
update_builder: UpdateBuilder,
) -> anyhow::Result<UpdateResult> {
let mut txn = self.write_txn()?;