hir: remove NodeId from TypeBinding
This commit is contained in:
parent
a29ceb9f51
commit
2827f8d4fe
3 changed files with 3 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue