]> git.lizzy.rs Git - rust.git/commitdiff
Remove incorrect comment about `PartialEq` implementation
authorTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 31 Mar 2016 19:19:17 +0000 (21:19 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 31 Mar 2016 19:19:17 +0000 (21:19 +0200)
src/librustc_front/hir.rs

index cd8fb09406e4714fdaa3dff4b4d79a0438252add..86f8635f58d9a755e1616827bd2d052880704dce 100644 (file)
@@ -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,