Fix an fst Set related warning

This commit is contained in:
Clément Renault 2021-01-13 11:03:03 +01:00
parent 1bb9348a90
commit 44c0dd0762
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,6 @@ use tokio::sync::broadcast;
use warp::filters::ws::Message;
use warp::{Filter, http::Response};
use meilisearch_tokenizer::{Analyzer, AnalyzerConfig};
use fst::Set;
use milli::update::UpdateIndexingStep::*;
use milli::update::{UpdateBuilder, IndexDocumentsMethod, UpdateFormat};