Run cargo fmt

This commit is contained in:
Kitaiti Makoto 2020-07-18 22:52:39 +09:00
parent 5fc827c1c9
commit 484659fde2
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -8,8 +8,7 @@ use itertools::Itertools;
use std::{cmp, fs::create_dir_all, io, path::Path, sync::Mutex};
use tantivy::{
collector::TopDocs, directory::MmapDirectory, schema::*, Index, IndexReader, IndexWriter,
ReloadPolicy, Term,
TantivyError,
ReloadPolicy, TantivyError, Term,
};
use whatlang::{detect as detect_lang, Lang};