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

@ -1,6 +1,6 @@
use std::{
fs::{self, File},
io::{BufReader, BufWriter, Read, Write},
io::{BufWriter, Write},
path::PathBuf,
};