@@ -2055,7 +2055,6 @@ pub enum TraitItemKind<'hir> {
20552055// The bodies for items are stored "out of line", in a separate
20562056// hashmap in the `Crate`. Here we just record the hir-id of the item
20572057// so it can fetched later.
2058- /// TODO review
20592058#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
20602059pub struct ImplItemId {
20612060 pub def_id : HirOwner ,
@@ -2654,7 +2653,6 @@ impl VariantData<'hir> {
26542653// The bodies for items are stored "out of line", in a separate
26552654// hashmap in the `Crate`. Here we just record the hir-id of the item
26562655// so it can fetched later.
2657- /// TODO review
26582656#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug , Hash ) ]
26592657pub struct ItemId {
26602658 pub def_id : HirOwner ,
@@ -2860,7 +2858,6 @@ pub enum AssocItemKind {
28602858// The bodies for items are stored "out of line", in a separate
28612859// hashmap in the `Crate`. Here we just record the hir-id of the item
28622860// so it can fetched later.
2863- // TODO review
28642861#[ derive( Copy , Clone , PartialEq , Eq , PartialOrd , Ord , Encodable , Debug ) ]
28652862pub struct ForeignItemId {
28662863 pub def_id : HirOwner ,
0 commit comments