From 4260ce22da76bb9cbd60803bdfee5757e3b21872 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Thu, 26 Mar 2026 23:46:30 +0100 Subject: Remove unused clippy rules --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 0115d88..cd71c94 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,8 +15,6 @@ // along with this program. If not, see . // Suppress warnings from relm4 view! macro internals -#![allow(unused_assignments)] - mod actions; mod components; mod constants; -- cgit