a few clippy fixes

This commit is contained in:
2025-09-12 05:04:12 +01:00
parent b553e418f5
commit 71c3c69ea2
7 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use crate::util::consts::path;
use std::{fs::File, io::Write};
use strum::Display;
#[derive(Display)]
#[derive(Clone, Copy, Display)]
pub enum LogLevel {
Error,
Panic,