Fix the minimum proximity len

This commit is contained in:
Kerollmops
2020-09-06 09:54:03 +02:00
committed by Clément Renault
parent 1c504471d3
commit 4ca9472e02
2 changed files with 10 additions and 11 deletions

View File

@ -10,7 +10,6 @@ use std::time::Instant;
use anyhow::Context;
use arc_cache::ArcCache;
use bstr::ByteSlice as _;
use cow_utils::CowUtils;
use csv::StringRecord;
use flate2::read::GzDecoder;
use fst::IntoStreamer;