clippy: needless_lifetimes

This commit is contained in:
Louis Dureuil
2023-01-31 11:11:49 +01:00
parent cbf029f64c
commit 20f05efb3c
5 changed files with 32 additions and 32 deletions

View File

@@ -574,9 +574,9 @@ fn remove_from_word_docids(
Ok(())
}
fn remove_docids_from_field_id_docid_facet_value<'i, 'a>(
index: &'i Index,
wtxn: &'a mut heed::RwTxn,
fn remove_docids_from_field_id_docid_facet_value(
index: &Index,
wtxn: &mut heed::RwTxn,
facet_type: FacetType,
field_id: FieldId,
to_remove: &RoaringBitmap,