Cargo fmt + fix compiler warnings/error

This commit is contained in:
Loïc Lecrenier 2022-08-04 10:50:38 +02:00
parent 6066256689
commit 8ac24d3114
4 changed files with 22 additions and 26 deletions

View file

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