Apply nits
This commit is contained in:
parent
3bcdf3058e
commit
fa84018c2e
17 changed files with 73 additions and 137 deletions
|
@ -723,9 +723,9 @@ impl<'tcx> Stable<'tcx> for ty::ProjectionPredicate<'tcx> {
|
|||
type T = stable_mir::ty::ProjectionPredicate;
|
||||
|
||||
fn stable(&self, tables: &mut Tables<'_>) -> Self::T {
|
||||
let ty::ProjectionPredicate { projection_term: projection_ty, term } = self;
|
||||
let ty::ProjectionPredicate { projection_term, term } = self;
|
||||
stable_mir::ty::ProjectionPredicate {
|
||||
projection_term: projection_ty.stable(tables),
|
||||
projection_term: projection_term.stable(tables),
|
||||
term: term.unpack().stable(tables),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue