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) {