mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
Fixing formatting
This commit is contained in:
+1
-6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user