Skip to content

Commit fe49b41

Browse files
committed
placate tidy in mir::gather_moves.
1 parent ac6ea44 commit fe49b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_borrowck/borrowck/mir/gather_moves.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ fn gather_moves<'a, 'tcx>(mir: &Mir<'tcx>, tcx: TyCtxt<'a, 'tcx, 'tcx>) -> MoveD
659659
debug!("gather_moves Return on_move_out_lval return {:?}", source);
660660
bb_ctxt.on_move_out_lval(SK::Return, &Lvalue::ReturnPointer, source);
661661
} else {
662-
debug!("gather_moves Return on_move_out_lval assuming unreachable return {:?}", source);
662+
debug!("gather_moves Return on_move_out_lval \
663+
assuming unreachable return {:?}", source);
663664
}
664665
}
665666

0 commit comments

Comments
 (0)