cargo fmt

This commit is contained in:
Loïc Lecrenier 2022-08-04 11:34:10 +02:00
parent 051f24f674
commit 748bb86b5b
3 changed files with 8 additions and 6 deletions

View File

@ -490,12 +490,14 @@ impl<'a> From<FilterCondition<'a>> for Filter<'a> {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use crate::index::tests::TempIndex; use std::fmt::Write;
use crate::Filter;
use big_s::S; use big_s::S;
use either::Either; use either::Either;
use maplit::hashset; use maplit::hashset;
use std::fmt::Write;
use crate::index::tests::TempIndex;
use crate::Filter;
#[test] #[test]
fn empty_db() { fn empty_db() {