diff --git a/src/function_entry.rs b/src/function_entry.rs index 94c7dd1..0ca568b 100644 --- a/src/function_entry.rs +++ b/src/function_entry.rs @@ -63,6 +63,7 @@ pub struct FunctionEntry { pub settings_opened: bool, } +#[allow(clippy::derive_hash_xor_eq)] impl Hash for FunctionEntry { fn hash(&self, state: &mut H) { self.raw_func_str.hash(state);