diff --git a/src/lib.rs b/src/lib.rs index 114a14b..ba16950 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -101,6 +101,7 @@ #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))] #![allow( clippy::derive_partial_eq_without_eq, + clippy::extra_unused_type_parameters, clippy::items_after_statements, clippy::manual_map, // https://github.com/rust-lang/rust-clippy/issues/7820 clippy::missing_errors_doc,