diff --git a/tests/test.rs b/tests/test.rs index 458904e..102f97e 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -4,6 +4,7 @@ )] #![deny(rust_2021_compatibility)] #![allow( + clippy::let_underscore_untyped, clippy::let_unit_value, clippy::missing_panics_doc, clippy::missing_safety_doc,