Invert case

This commit is contained in:
Zanie Blue
2025-12-18 09:59:00 -06:00
parent 6bc88c90b2
commit 8ebbe6b0f6

View File

@@ -720,7 +720,7 @@ impl<'db> ProtocolInstanceType<'db> {
_value: ProtocolInstanceType<'db>,
_: (),
) -> bool {
true
false
}
is_equivalent_to_object_inner(db, self, ())