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;