Skip to content

Commit

Permalink
apparently dead_code is more aggresive now
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed May 28, 2024
1 parent 0c938f2 commit 7359d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl CelesteEditorRichTextExt for RichText {
}
}

#[allow(dead_code)]
trait CelesteEditorUiExt {
fn info(&mut self, text: impl Into<String>) -> Response;
fn info_hover(&mut self, text: impl Into<WidgetText>) -> Response;
Expand Down

0 comments on commit 7359d1e

Please sign in to comment.