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
|
@ -497,7 +497,6 @@ pub struct WhereRegionPredicate {
|
|||
/// E.g., `T = int`.
|
||||
#[derive(Clone, Encodable, Decodable, Debug)]
|
||||
pub struct WhereEqPredicate {
|
||||
pub id: NodeId,
|
||||
pub span: Span,
|
||||
pub lhs_ty: P<Ty>,
|
||||
pub rhs_ty: P<Ty>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue