From 0872cc37bccd3573f0e6118e7e792f943ce2a432 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Thu, 31 Mar 2016 21:19:17 +0200 Subject: [PATCH] Remove incorrect comment about `PartialEq` implementation --- src/librustc_front/hir.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustc_front/hir.rs b/src/librustc_front/hir.rs index cd8fb09406e47..86f8635f58d9a 100644 --- a/src/librustc_front/hir.rs +++ b/src/librustc_front/hir.rs @@ -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,