summaryrefslogtreecommitdiff
path: root/src/status.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.rs')
-rw-r--r--src/status.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/status.rs b/src/status.rs
index 3ac06b0..9075377 100644
--- a/src/status.rs
+++ b/src/status.rs
@@ -29,18 +29,6 @@ impl Status {
}
}
-impl PartialEq<Status> for &Status {
- fn eq(&self, other: &Status) -> bool {
- **self == *other
- }
-}
-
-impl PartialEq<&Status> for Status {
- fn eq(&self, other: &&Status) -> bool {
- **other == *self
- }
-}
-
#[cfg(test)]
mod test {
use super::Status;