remove the warnings

This commit is contained in:
Tamo
2022-10-10 20:00:29 +02:00
committed by Clément Renault
parent 2ae0806773
commit c6f4fb5f7d
3 changed files with 2 additions and 57 deletions

View File

@ -47,7 +47,7 @@ pub enum Version {
pub(crate) mod test {
use std::{
fs::File,
io::{Read, Seek, SeekFrom},
io::{Seek, SeekFrom},
str::FromStr,
};