all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -34,6 +34,8 @@
|
|||
//! config!(configure);
|
||||
//! ```
|
||||
|
||||
#![allow(clippy::zero_prefixed_literal, clippy::manual_range_contains)]
|
||||
|
||||
use {
|
||||
crate::keyboard::ModifiedKeySym,
|
||||
bincode::{Decode, Encode},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue