mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-25 06:00:08 +01:00
cargo fmt
This commit is contained in:
parent
051f24f674
commit
748bb86b5b
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user