fix: clippy warnings

This commit is contained in:
ThetaDev 2022-09-15 16:05:06 +02:00
parent 63d2a0fb36
commit 05f609e247
11 changed files with 97 additions and 118 deletions

View file

@ -1,4 +1,5 @@
#![allow(dead_code)]
#![warn(clippy::todo)]
#[macro_use]
mod macros;