Fixing formatting

This commit is contained in:
Eric Holk
2021-12-13 16:07:02 -08:00
parent 9347bf498a
commit 6a28afb2a3
@@ -53,12 +53,7 @@ fn new(hir: Map<'tcx>) -> Self {
}
}
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,