refactor: calm clippy and remove unused imports

This commit is contained in:
Erica Marigold 2023-08-15 11:37:32 +05:30
parent 5d16f4cef6
commit f3a7cb2260
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -1,7 +1,6 @@
use std::{ use std::{
fmt::Write, path::PathBuf,
path::{Path, PathBuf}, process::ExitCode,
process::{exit, ExitCode},
}; };
use anyhow::{Error, Result}; use anyhow::{Error, Result};