Run cargo fmt

This commit is contained in:
Samyak S Sarnayak 2022-10-20 19:08:21 +05:30
parent af33d22f25
commit 488d31ecdf
No known key found for this signature in database
GPG Key ID: 365873F2F0C6153B

View File

@ -1,7 +1,8 @@
use crate::search::Criterion::{Attribute, Exactness, Proximity};
use milli::update::{IndexerConfig, Settings};
use milli::{Criterion, Index, Search, TermsMatchingStrategy};
use crate::search::Criterion::{Attribute, Exactness, Proximity};
fn set_stop_words(index: &Index, stop_words: &[&str]) {
let mut wtxn = index.write_txn().unwrap();
let config = IndexerConfig::default();