mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 13:16:31 +00:00
feat: Display not utf-8 error results
This commit is contained in:
committed by
Clément Renault
parent
0f9ada1c4e
commit
758baeb8e1
@ -9,7 +9,6 @@ use std::ops::Range;
|
||||
use std::io::{Write, BufReader};
|
||||
use std::fs::File;
|
||||
use std::path::Path;
|
||||
use std::str::from_utf8_unchecked;
|
||||
use fst::Automaton;
|
||||
|
||||
pub use self::fst_map::{FstMap, FstMapBuilder};
|
||||
|
Reference in New Issue
Block a user