get rid of clippy-related allows

This commit is contained in:
2025-04-18 04:44:11 +01:00
parent 0de79769d2
commit 668a6eb38b
6 changed files with 0 additions and 8 deletions
-1
View File
@@ -30,7 +30,6 @@ pub enum Stage {
About,
}
#[allow(clippy::struct_excessive_bools)]
#[derive(Debug, Default)]
pub struct Flags {
pub elevated: bool,
-1
View File
@@ -21,7 +21,6 @@ fn panic_hook(panic_info: &std::panic::PanicHookInfo<'_>) {
file.write_all(message.as_bytes()).unwrap();
}
#[allow(clippy::unnecessary_wraps)]
fn app_creator(
cc: &eframe::CreationContext<'_>,
) -> Result<Box<dyn eframe::App>, Box<dyn std::error::Error + Send + Sync>> {
-1
View File
@@ -2,7 +2,6 @@ use serde::{Deserialize, Serialize};
use std::fmt::Display;
use strum::EnumIter;
#[allow(clippy::enum_variant_names)]
#[derive(Clone, Copy, Debug, PartialEq, Eq, Serialize, Deserialize, EnumIter)]
pub enum Theme {
CatppuccinLatte,