From f670dafb8a89d8a1294ceab10318454e394c1cec Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 21 Aug 2023 21:20:17 -0400 Subject: clippy auto-fixes Signed-off-by: Xe Iaso --- src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/mod.rs b/src/app/mod.rs index 6753ff0..9648146 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -43,7 +43,7 @@ async fn patrons() -> Result> { } } -pub const ICON: &'static str = "https://xeiaso.net/static/img/avatar.png"; +pub const ICON: &str = "https://xeiaso.net/static/img/avatar.png"; pub struct State { pub cfg: Arc, -- cgit v1.2.3