about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Bucher <tobiasbucher5991@gmail.com>2016-03-31 21:19:17 +0200
committerTobias Bucher <tobiasbucher5991@gmail.com>2016-03-31 21:19:17 +0200
commit0872cc37bccd3573f0e6118e7e792f943ce2a432 (patch)
treeae6041df2cb1f43bdd05396a0be19dd3b509c1dd
parent4583dc9b13f8a46b10bcc8eb4483080b9736cdd2 (diff)
downloadrust-0872cc37bccd3573f0e6118e7e792f943ce2a432.tar.gz
rust-0872cc37bccd3573f0e6118e7e792f943ce2a432.zip
Remove incorrect comment about `PartialEq` implementation
-rw-r--r--src/librustc_front/hir.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_front/hir.rs b/src/librustc_front/hir.rs
index cd8fb09406e..86f8635f58d 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,