diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-04-01 18:44:50 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-04-02 01:23:26 +0530 |
| commit | 45c4769920caf7e8099dcf0c9533b071e8dbbda8 (patch) | |
| tree | 9ed7a8bba19de70107d22bc7c743ff529b52be4e | |
| parent | 55dbffe6dfe344caab85ee5a0fb9718c72755f07 (diff) | |
| parent | 0872cc37bccd3573f0e6118e7e792f943ce2a432 (diff) | |
| download | rust-45c4769920caf7e8099dcf0c9533b071e8dbbda8.tar.gz rust-45c4769920caf7e8099dcf0c9533b071e8dbbda8.zip | |
Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton
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, |
