Commit from GitHub Actions ()

This commit is contained in:
[Clippy] 2024-09-03 20:28:00 +00:00
parent 696737f2c1
commit c0508cb2d3
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ fn load_config() -> Config {
}
};
return config;
config
}
lazy_static! {

View file

@ -2,7 +2,7 @@ mod config;
use crate::config::CONFIG;
use clap::{Parser, Subcommand};
use log::{debug, info, log, warn};
use log::debug;
#[derive(Parser)]
#[command(author, version, about)]