From 7359d1e4d1747776f216fc10b76547513d6e6a57 Mon Sep 17 00:00:00 2001 From: maddymakesgames Date: Mon, 27 May 2024 22:33:23 -0400 Subject: [PATCH] apparently dead_code is more aggresive now --- gui/src/editor/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/src/editor/mod.rs b/gui/src/editor/mod.rs index 5d9f8ed..edbc268 100644 --- a/gui/src/editor/mod.rs +++ b/gui/src/editor/mod.rs @@ -201,6 +201,7 @@ impl CelesteEditorRichTextExt for RichText { } } +#[allow(dead_code)] trait CelesteEditorUiExt { fn info(&mut self, text: impl Into) -> Response; fn info_hover(&mut self, text: impl Into) -> Response;