From 43fbe6453cf2e435bbea324decf8aae434c3a284 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Tue, 16 Sep 2025 19:59:30 +0200 Subject: [PATCH] Update app.rs --- crates/rpack_egui/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpack_egui/src/app.rs b/crates/rpack_egui/src/app.rs index 727f62e..87fe538 100644 --- a/crates/rpack_egui/src/app.rs +++ b/crates/rpack_egui/src/app.rs @@ -149,7 +149,7 @@ impl Application { } } /// Called once before the first frame. - #[allow(dead_code)] + #[allow(dead_code, unused_variables, unused_mut)] pub fn new(cc: &eframe::CreationContext<'_>, config_file: Option) -> Self { crate::fonts::setup_custom_fonts(&cc.egui_ctx); // This is also where you can customize the look and feel of egui using