Remove three useless dependencies

This commit is contained in:
Kerollmops 2022-03-14 17:00:00 +01:00
parent 712bf035a7
commit 288a879411
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 1 additions and 5 deletions

View file

@ -18,8 +18,8 @@ use either::Either;
use flate2::read::GzDecoder;
use futures::{stream, FutureExt, StreamExt};
use heed::EnvOpenOptions;
use meilisearch_tokenizer::{Analyzer, AnalyzerConfig};
use milli::documents::DocumentBatchReader;
use milli::tokenizer::{Analyzer, AnalyzerConfig};
use milli::update::UpdateIndexingStep::*;
use milli::update::{
ClearDocuments, IndexDocumentsConfig, IndexDocumentsMethod, IndexerConfig, Setting,