mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Cargo fmt + fix compiler warnings/error
This commit is contained in:
parent
6066256689
commit
8ac24d3114
4 changed files with 22 additions and 26 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue