remove all warnings

This commit is contained in:
Tamo 2022-10-10 15:16:22 +02:00 committed by Clément Renault
parent 1a20ef2a79
commit 50dfe06efe
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
14 changed files with 26 additions and 521 deletions

View file

@ -1,4 +1,4 @@
use crate::reader::{v4, v5, DumpReader, IndexReader};
use crate::reader::{v4, v5};
use crate::Result;
use super::v3_to_v4::{CompatIndexV3ToV4, CompatV3ToV4};