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,4 +1,4 @@
use std::fs::File;
use crate::reader::{v4, v5, DumpReader, IndexReader};
use crate::Result;