fix: clippy warnings
This commit is contained in:
parent
63d2a0fb36
commit
05f609e247
11 changed files with 97 additions and 118 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#![allow(dead_code)]
|
||||
#![warn(clippy::todo)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
|
|||
Reference in a new issue