mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix some warnings
This commit is contained in:
parent
993011a5b6
commit
fe973b8a98
7 changed files with 130 additions and 30 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::fs::File;
|
||||
|
||||
use uuid::Uuid;
|
||||
|
||||
|
||||
|
||||
use crate::reader::{v3, v4, DumpReader, IndexReader};
|
||||
use crate::Result;
|
||||
|
@ -327,7 +327,7 @@ pub(crate) mod test {
|
|||
|
||||
let mut products = indexes.pop().unwrap();
|
||||
let mut movies2 = indexes.pop().unwrap();
|
||||
let mut movies = indexes.pop().unwrap();
|
||||
let movies = indexes.pop().unwrap();
|
||||
let mut spells = indexes.pop().unwrap();
|
||||
assert!(indexes.is_empty());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue