From 7b832e2d19284abae878d701ebae7fc48acad99e Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 4 Feb 2025 21:25:41 +0100 Subject: style: rename `DesignerPage` to `DesignerPane` --- src/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/icon.rs') diff --git a/src/icon.rs b/src/icon.rs index f6760d5..9dc0a89 100644 --- a/src/icon.rs +++ b/src/icon.rs @@ -18,6 +18,6 @@ pub fn save<'a>() -> Text<'a> { icon("\u{1F4BE}") } -fn icon<'a>(codepoint: &'a str) -> Text<'a> { +fn icon(codepoint: &str) -> Text<'_> { text(codepoint).font(Font::with_name("icons")) } -- cgit v1.2.3