Skip to content

Commit 4646e2d

Browse files
committed
Run fmt
1 parent 5902b2f commit 4646e2d

File tree

1 file changed

+2
-4
lines changed
  • src/librustc_mir/borrow_check/diagnostics

1 file changed

+2
-4
lines changed

src/librustc_mir/borrow_check/diagnostics/mod.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -794,10 +794,8 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
794794

795795
debug!("move_spans: target_temp = {:?}", target_temp);
796796

797-
if let Some(Terminator {
798-
kind: TerminatorKind::Call { func, args, fn_span, .. },
799-
..
800-
}) = &self.body[location.block].terminator
797+
if let Some(Terminator { kind: TerminatorKind::Call { func, args, fn_span, .. }, .. }) =
798+
&self.body[location.block].terminator
801799
{
802800
let mut method_did = None;
803801
if let Operand::Constant(box Constant { literal: ty::Const { ty, .. }, .. }) = func {

0 commit comments

Comments
 (0)