Address clippy lint

This commit is contained in:
Blaž Hrastnik 2021-06-05 09:27:59 +09:00
parent a1f4b8f92b
commit 5a344a3ae5

View file

@ -1,5 +1,5 @@
use std::fs;
use std::path::PathBuf;
use std::{env, fs};
use std::sync::mpsc::channel;