mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Do not implement PartialEq::ne
for Card
This commit is contained in:
parent
89a1eefd25
commit
f3cc8a0910
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue