Skip to content

Commit

Permalink
Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove incorrect comment about `PartialEq` implementation
  • Loading branch information
Manishearth committed Apr 1, 2016
2 parents 55dbffe + 0872cc3 commit 45c4769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_front/hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ pub struct TypeBinding {
}


// NB PartialEq method appears below.
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash)]
pub struct Ty {
pub id: NodeId,
Expand Down

0 comments on commit 45c4769

Please sign in to comment.