fix some warnings

This commit is contained in:
Tamo 2022-10-09 17:30:34 +02:00 committed by Clément Renault
parent 993011a5b6
commit fe973b8a98
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
7 changed files with 130 additions and 30 deletions

View file

@ -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());