Skip to content

Commit

Permalink
Removed comments referencing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert authored and Eijebong committed Apr 27, 2019
1 parent 4217375 commit d8bf225
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/communication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ impl PartialEq for Sender {
}
}

// Fixes #255.
impl Eq for Sender { }

// Fixes #255.
impl Hash for Sender {
fn hash<H: Hasher>(&self, state: &mut H) {
self.connection_id.hash(state);
Expand Down

0 comments on commit d8bf225

Please sign in to comment.