all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -1,4 +1,9 @@
|
|||
#![feature(generic_associated_types)]
|
||||
#![feature(generic_associated_types, label_break_value)]
|
||||
#![allow(
|
||||
clippy::mem_replace_with_default,
|
||||
clippy::comparison_chain,
|
||||
clippy::needless_lifetimes
|
||||
)]
|
||||
|
||||
pub mod qoi;
|
||||
pub mod rect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue