silence clippy
This commit is contained in:
parent
938077efe5
commit
e77f9f7256
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user