We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea42285 commit e4685d1Copy full SHA for e4685d1
tket2/src/diff.rs
@@ -81,6 +81,9 @@ struct ParentWire {
81
}
82
83
#[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)]
87
#[derive_where(Hash)]
88
struct ChildWire<H> {
89
/// Edge to the child node
0 commit comments