aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-03-26 23:46:30 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-03-26 23:46:30 +0100
commit4260ce22da76bb9cbd60803bdfee5757e3b21872 (patch)
treecca2442d75447048211ef3ffb8d405cda563c63f /src/main.rs
parentc2465ff46ea2503cf839efdd90ccc5174f84fbe8 (diff)
Remove unused clippy rules
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
// Suppress warnings from relm4 view! macro internals
-#![allow(unused_assignments)]
-
mod actions;
mod components;
mod constants;