mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Remove incorrect comment about PartialEq implementation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user