fix multiples warnings

This commit is contained in:
grimhilt
2023-10-28 15:49:16 +02:00
parent 22b9351862
commit 81c24b5e3c
3 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
use std::io::{self, Write, BufRead};
use std::io::Write;
use std::fs::OpenOptions;
use std::path::{Path, PathBuf};
use clap::Values;