fix all warnings

This commit is contained in:
Tamo 2023-02-08 20:57:35 +01:00
parent 860c993ef7
commit 93f130a400
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
4 changed files with 4 additions and 28 deletions

View file

@ -12,9 +12,7 @@ use roaring::RoaringBitmap;
use serde_json::Value;
use smartstring::SmartString;
use super::helpers::{
create_sorter, create_writer, keep_latest_obkv, merge_obkvs, merge_two_obkvs, MergeFn,
};
use super::helpers::{create_sorter, create_writer, keep_latest_obkv, merge_two_obkvs, MergeFn};
use super::{IndexDocumentsMethod, IndexerConfig};
use crate::documents::{DocumentsBatchIndex, EnrichedDocument, EnrichedDocumentsBatchReader};
use crate::error::{Error, InternalError, UserError};