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

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