Skip to content

Commit e4685d1

Browse files
committed
allow clippy smell
1 parent ea42285 commit e4685d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tket2/src/diff.rs

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ struct ParentWire {
8181
}
8282

8383
#[derive(Clone)]
84+
// TODO: RelRc currently implements Hash based on pointer values, might need
85+
// to change this in the future (see https://github.com/lmondada/relrc/issues/4)
86+
#[allow(clippy::derived_hash_with_manual_eq)]
8487
#[derive_where(Hash)]
8588
struct ChildWire<H> {
8689
/// Edge to the child node

0 commit comments

Comments
 (0)