Skip to content

Commit 6a28afb

Browse files
committed
Fixing formatting
1 parent 9347bf4 commit 6a28afb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

compiler/rustc_typeck/src/check/generator_interior/drop_ranges/record_consumed_borrow.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ impl<'tcx> ExprUseDelegate<'tcx> {
5353
}
5454
}
5555

56-
fn consume_body(
57-
&mut self,
58-
fcx: &'_ FnCtxt<'_, 'tcx>,
59-
def_id: DefId,
60-
body: &'tcx Body<'tcx>,
61-
) {
56+
fn consume_body(&mut self, fcx: &'_ FnCtxt<'_, 'tcx>, def_id: DefId, body: &'tcx Body<'tcx>) {
6257
// Run ExprUseVisitor to find where values are consumed.
6358
ExprUseVisitor::new(
6459
self,

0 commit comments

Comments
 (0)