Remove {ast,hir}::WhereEqPredicate::id
.
These fields are unused.
This commit is contained in:
parent
40336865fe
commit
3e04fed6fa
7 changed files with 4 additions and 16 deletions
|
@ -314,7 +314,6 @@ impl<'a> Parser<'a> {
|
|||
span: lo.to(self.prev_token.span),
|
||||
lhs_ty: ty,
|
||||
rhs_ty,
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
}))
|
||||
} else {
|
||||
self.maybe_recover_bounds_doubled_colon(&ty)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue