diff --git a/zellij-utils/src/data.rs b/zellij-utils/src/data.rs index 1d0da685e3..8da97e59c4 100644 --- a/zellij-utils/src/data.rs +++ b/zellij-utils/src/data.rs @@ -1241,7 +1241,7 @@ impl LayoutInfo { use std::hash::{Hash, Hasher}; -#[allow(clippy::derive_hash_xor_eq)] +#[allow(clippy::derived_hash_with_manual_eq)] impl Hash for SessionInfo { fn hash(&self, state: &mut H) { self.name.hash(state);