diff --git a/src/data/setbundle/card.rs b/src/data/setbundle/card.rs index 6465cc3..5289fea 100644 --- a/src/data/setbundle/card.rs +++ b/src/data/setbundle/card.rs @@ -167,10 +167,6 @@ impl PartialEq for Card { fn eq(&self, other: &Self) -> bool { self.code == other.code } - - fn ne(&self, other: &Self) -> bool { - self.code != other.code - } }