Resolve code modification suggestions

This commit is contained in:
Kerollmops
2021-05-31 15:22:50 +02:00
parent 5012cc3a32
commit 1c0a5cd136
3 changed files with 0 additions and 4 deletions

View File

@ -98,7 +98,6 @@ impl<'t, 'u, 'i> Facets<'t, 'u, 'i> {
self.index.put_string_faceted_documents_ids(self.wtxn, field_id, &string_documents_ids)?;
self.index.put_number_faceted_documents_ids(self.wtxn, field_id, &number_documents_ids)?;
// Store the
write_into_lmdb_database(
self.wtxn,
*self.index.facet_id_f64_docids.as_polymorph(),