Remove warnings

This commit is contained in:
Loïc Lecrenier
2023-02-28 11:49:24 +01:00
parent 362eb0de86
commit 600e3dd1c5
17 changed files with 68 additions and 99 deletions

View File

@ -1,5 +1,5 @@
#![cfg_attr(all(test, fuzzing), feature(no_coverage))]
#![allow(unused, clippy::type_complexity)]
#![allow(clippy::type_complexity)]
#[cfg(test)]
#[global_allocator]