diff --git a/serde_with/src/lib.rs b/serde_with/src/lib.rs index 065c3a4e..cf6350c7 100644 --- a/serde_with/src/lib.rs +++ b/serde_with/src/lib.rs @@ -32,6 +32,8 @@ clippy::only_used_in_recursion, // https://github.com/rust-lang/rust-clippy/issues/8867 clippy::derive_partial_eq_without_eq, + // https://github.com/rust-lang/rust-clippy/issues/9101 + clippy::explicit_auto_deref )] #![no_std]