chore: Fix remaining clippy lints

This commit is contained in:
Victoria Brekenfeld 2026-03-20 13:40:06 +01:00 committed by Victoria Brekenfeld
parent 0a016991a4
commit 5216eb50ba
14 changed files with 64 additions and 50 deletions

View file

@ -1,3 +1,8 @@
#![allow(
clippy::too_many_arguments,
clippy::type_complexity,
clippy::len_without_is_empty
)]
// SPDX-License-Identifier: GPL-3.0-only
use calloop::timer::{TimeoutAction, Timer};