silence clippy

This commit is contained in:
Simon Gardling 2022-05-25 12:49:58 -04:00
parent 938077efe5
commit e77f9f7256

View File

@ -63,6 +63,7 @@ pub struct FunctionEntry {
pub settings_opened: bool, pub settings_opened: bool,
} }
#[allow(clippy::derive_hash_xor_eq)]
impl Hash for FunctionEntry { impl Hash for FunctionEntry {
fn hash<H: Hasher>(&self, state: &mut H) { fn hash<H: Hasher>(&self, state: &mut H) {
self.raw_func_str.hash(state); self.raw_func_str.hash(state);