Remove unneeded lifetimes.

This commit is contained in:
Ewan Higgs
2022-10-25 12:42:38 +02:00
parent 6b2fe94192
commit 17f7922bfc
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ impl<'t, 'u, 'i> Facets<'t, 'u, 'i> {
/// that must be inserted into the database.
/// 2. a roaring bitmap of all the document ids present in the database
fn compute_facet_number_levels(
rtxn: &'_ heed::RoTxn,
rtxn: &heed::RoTxn,
db: heed::Database<FacetLevelValueF64Codec, CboRoaringBitmapCodec>,
compression_type: CompressionType,
compression_level: Option<u32>,