Fix clippy lints
Like Smithay, disable `clippy::collapsible_match`. It seems prone to offering dubious suggestions.
This commit is contained in:
parent
826ad9a91a
commit
a5474e8c76
2 changed files with 4 additions and 8 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#![allow(
|
||||
clippy::too_many_arguments,
|
||||
clippy::type_complexity,
|
||||
clippy::len_without_is_empty
|
||||
clippy::len_without_is_empty,
|
||||
clippy::collapsible_match
|
||||
)]
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue