chore: ️ Fix clippy warnings

This commit is contained in:
Sergio Gasquez 2022-10-26 09:14:50 +00:00
parent 80b5f1bc3f
commit 329f8bdb6a

View File

@ -1,5 +1,3 @@
#[cfg(windows)]
use anyhow::bail;
use anyhow::{bail, Result};
use clap::Parser;
use directories_next::ProjectDirs;