Skip to content

Commit 969b2b8

Browse files
committed
make tidy
1 parent 9f80938 commit 969b2b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc/mir/tcx.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl<'tcx> Lvalue<'tcx> {
133133
}
134134

135135
impl<'tcx> Rvalue<'tcx> {
136-
pub fn ty<'a, 'gcx>(&self, mir: &Mir<'tcx>, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Option<Ty<'tcx>>
136+
pub fn ty<'a, 'gcx>(&self, mir: &Mir<'tcx>, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Option<Ty<'tcx>>
137137
{
138138
match self {
139139
&Rvalue::Use(ref operand) => Some(operand.ty(mir, tcx)),
@@ -207,7 +207,7 @@ impl<'tcx> Operand<'tcx> {
207207
&Operand::Consume(ref l) => l.ty(mir, tcx).to_ty(tcx),
208208
&Operand::Constant(ref c) => c.ty,
209209
}
210-
}
210+
}
211211
}
212212

213213
impl<'tcx> BinOp {
@@ -232,7 +232,7 @@ impl<'tcx> BinOp {
232232
tcx.types.bool
233233
}
234234
}
235-
}
235+
}
236236
}
237237

238238
impl BorrowKind {

0 commit comments

Comments
 (0)