hir: remove NodeId from TypeBinding

This commit is contained in:
ljedrz 2019-02-26 15:27:56 +01:00
parent a29ceb9f51
commit 2827f8d4fe
3 changed files with 3 additions and 8 deletions

View file

@ -294,7 +294,6 @@ impl_stable_hash_for!(struct hir::MethodSig {
});
impl_stable_hash_for!(struct hir::TypeBinding {
id,
hir_id,
ident -> (ident.name),
ty,