feat: clippy

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 22:10:38 +02:00
parent 8beaeb53d7
commit ca7c0c5c09
5 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
mod logging;
use std::path::{Path, PathBuf};
use std::path::{PathBuf};
use anyhow::anyhow;
use clap::{Args, Parser, Subcommand};