chore: Fix remaining clippy lints
This commit is contained in:
parent
0a016991a4
commit
5216eb50ba
14 changed files with 64 additions and 50 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue