feat: Display not utf-8 error results

This commit is contained in:
Kerollmops
2018-05-05 23:22:47 +02:00
committed by Clément Renault
parent 0f9ada1c4e
commit 758baeb8e1
2 changed files with 8 additions and 4 deletions

View File

@ -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};