From 787c01b9dc151e3225de05043e4f842b4e8f825b Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 11 Oct 2024 02:46:27 +0300 Subject: [PATCH] More formatting --- src/ui/gui/components/nav.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/gui/components/nav.rs b/src/ui/gui/components/nav.rs index 4480437..82ed523 100644 --- a/src/ui/gui/components/nav.rs +++ b/src/ui/gui/components/nav.rs @@ -2,10 +2,7 @@ use crate::ui::gui::{windows::WindowIndex, Gui}; use super::Component; - -#[allow(clippy::pedantic)] pub struct NavBar; -#[warn(clippy::pedantic)] impl Component for NavBar { fn ui(gui: &mut Gui, ctx: &egui::Context) {