Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton

Remove incorrect comment about `PartialEq` implementation
This commit is contained in:
Manish Goregaokar 2016-04-01 18:44:50 +05:30
commit 45c4769920
1 changed files with 0 additions and 1 deletions

View File

@ -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,