Skip to content

Commit c4522ee

Browse files
prestwichdylanlott
authored andcommitted
fix: remove eq/partial eq
1 parent 5cfbdc9 commit c4522ee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/tasks/bundler.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,3 @@ impl BundlePoller {
8989
(inbound, jh)
9090
}
9191
}
92-
93-
impl PartialEq for Bundle {
94-
fn eq(&self, other: &Self) -> bool {
95-
self.id == other.id
96-
}
97-
}
98-
99-
impl Eq for Bundle {}

0 commit comments

Comments
 (0)