diff --git a/src/routes/private_message.rs b/src/routes/private_message.rs index 7b17d91..c74f4f7 100644 --- a/src/routes/private_message.rs +++ b/src/routes/private_message.rs @@ -38,7 +38,7 @@ struct PersonSafeWrapper(PersonSafe); impl Eq for PersonSafeWrapper {} -#[allow(clippy::derive_hash_xor_eq)] +#[allow(clippy::derived_hash_with_manual_eq)] impl Hash for PersonSafeWrapper { fn hash(&self, state: &mut H) { self.0.actor_id.hash(state)