mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Don't implement ne
for ImageResponseMsg, since it matches the default.
This commit is contained in:
parent
547ad2dc48
commit
abaf05a96a
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ impl Eq for ImageResponseMsg {
|
|||
(&ImageReady(..), _) | (&ImageNotReady, _) | (&ImageFailed, _) => false
|
||||
}
|
||||
}
|
||||
|
||||
fn ne(&self, other: &ImageResponseMsg) -> bool {
|
||||
!(*self).eq(other)
|
||||
}
|
||||
}
|
||||
|
||||
#[deriving(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue