diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2016-03-31 21:19:17 +0200 |
|---|---|---|
| committer | Tobias Bucher <tobiasbucher5991@gmail.com> | 2016-03-31 21:19:17 +0200 |
| commit | 0872cc37bccd3573f0e6118e7e792f943ce2a432 (patch) | |
| tree | ae6041df2cb1f43bdd05396a0be19dd3b509c1dd | |
| parent | 4583dc9b13f8a46b10bcc8eb4483080b9736cdd2 (diff) | |
| download | rust-0872cc37bccd3573f0e6118e7e792f943ce2a432.tar.gz rust-0872cc37bccd3573f0e6118e7e792f943ce2a432.zip | |
Remove incorrect comment about `PartialEq` implementation
| -rw-r--r-- | src/librustc_front/hir.rs | 1 |
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, |
