diff --git a/src/google.rs b/src/google.rs index 5b33c72..8a60c6c 100644 --- a/src/google.rs +++ b/src/google.rs @@ -145,7 +145,7 @@ pub mod protobuf { impl Eq for Timestamp {} #[cfg(feature = "std")] - #[allow(clippy::derive_hash_xor_eq)] // Derived logic is correct: comparing the 2 fields for equality + #[allow(clippy::derived_hash_with_manual_eq)] // Derived logic is correct: comparing the 2 fields for equality impl std::hash::Hash for Timestamp { fn hash(&self, state: &mut H) { self.seconds.hash(state);