all: address clippy issues
This commit is contained in:
parent
9c7299234a
commit
036af4abaa
10 changed files with 23 additions and 13 deletions
|
|
@ -34,7 +34,11 @@
|
|||
//! config!(configure);
|
||||
//! ```
|
||||
|
||||
#![allow(clippy::zero_prefixed_literal, clippy::manual_range_contains)]
|
||||
#![allow(
|
||||
clippy::zero_prefixed_literal,
|
||||
clippy::manual_range_contains,
|
||||
clippy::uninlined_format_args
|
||||
)]
|
||||
|
||||
use {
|
||||
crate::keyboard::ModifiedKeySym,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue