remove the warnings

This commit is contained in:
Tamo 2022-10-10 20:00:29 +02:00 committed by Clément Renault
parent 704b9566e4
commit bd509f3593
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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,
};