Skip to content

Commit

Permalink
Remove incorrect comment about PartialEq implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Mar 31, 2016
1 parent 4583dc9 commit 0872cc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_front/hir.rs
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 0872cc3

Please sign in to comment.