Cargo fmt >:-(

This commit is contained in:
Loïc Lecrenier 2022-12-06 15:22:10 +01:00
parent 80c7a00567
commit a993b68684

View File

@ -726,14 +726,15 @@ impl<'a, 't, 'u, 'i> Settings<'a, 't, 'u, 'i> {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use big_s::S;
use heed::types::ByteSlice;
use maplit::{btreeset, hashmap, hashset};
use super::*; use super::*;
use crate::error::Error; use crate::error::Error;
use crate::index::tests::TempIndex; use crate::index::tests::TempIndex;
use crate::update::{ClearDocuments, DeleteDocuments}; use crate::update::{ClearDocuments, DeleteDocuments};
use crate::{Criterion, Filter, SearchResult}; use crate::{Criterion, Filter, SearchResult};
use big_s::S;
use heed::types::ByteSlice;
use maplit::{btreeset, hashmap, hashset};
#[test] #[test]
fn set_and_reset_searchable_fields() { fn set_and_reset_searchable_fields() {