Skip to content

Commit 45c4769

Browse files
committed
Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton
Remove incorrect comment about `PartialEq` implementation
2 parents 55dbffe + 0872cc3 commit 45c4769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_front/hir.rs

-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ pub struct TypeBinding {
931931
}
932932

933933

934-
// NB PartialEq method appears below.
935934
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash)]
936935
pub struct Ty {
937936
pub id: NodeId,

0 commit comments

Comments
 (0)