Fixing formatting
This commit is contained in:
parent
9347bf498a
commit
6a28afb2a3
1 changed files with 1 additions and 6 deletions
|
@ -53,12 +53,7 @@ impl<'tcx> ExprUseDelegate<'tcx> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn consume_body(
|
fn consume_body(&mut self, fcx: &'_ FnCtxt<'_, 'tcx>, def_id: DefId, body: &'tcx Body<'tcx>) {
|
||||||
&mut self,
|
|
||||||
fcx: &'_ FnCtxt<'_, 'tcx>,
|
|
||||||
def_id: DefId,
|
|
||||||
body: &'tcx Body<'tcx>,
|
|
||||||
) {
|
|
||||||
// Run ExprUseVisitor to find where values are consumed.
|
// Run ExprUseVisitor to find where values are consumed.
|
||||||
ExprUseVisitor::new(
|
ExprUseVisitor::new(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue