From e77f9f7256fac6f5f3edf40586e49d281e9aba1b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 25 May 2022 12:49:58 -0400 Subject: [PATCH] silence clippy --- src/function_entry.rs | 1 + 1 file changed, 1 insertion(+) 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);