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(
|
||||
&mut self,
|
||||
fcx: &'_ FnCtxt<'_, 'tcx>,
|
||||
def_id: DefId,
|
||||
body: &'tcx Body<'tcx>,
|
||||
) {
|
||||
fn consume_body(&mut self, fcx: &'_ FnCtxt<'_, 'tcx>, def_id: DefId, body: &'tcx Body<'tcx>) {
|
||||
// Run ExprUseVisitor to find where values are consumed.
|
||||
ExprUseVisitor::new(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue