Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Mar 20, 2023
1 parent 980a8e0 commit 840382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/private_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<H: Hasher>(&self, state: &mut H) {
self.0.actor_id.hash(state)
Expand Down

0 comments on commit 840382c

Please sign in to comment.