Remove incorrect comment about PartialEq implementation

This commit is contained in:
Tobias Bucher 2016-03-31 21:19:17 +02:00
parent 4583dc9b13
commit 0872cc37bc

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,