Skip to content

Commit 0872cc3

Browse files
committed
Remove incorrect comment about PartialEq implementation
1 parent 4583dc9 commit 0872cc3

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)