Skip to content

Commit aa28ee1

Browse files
committed
Fix clippy
1 parent 523f8f8 commit aa28ee1

File tree

1 file changed

+1
-1
lines changed
  • src/tools/clippy/clippy_utils/src/mir

1 file changed

+1
-1
lines changed

Diff for: src/tools/clippy/clippy_utils/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn visit_local_usage(locals: &[Local], mir: &Body<'_>, location: Location) -
3030
locals.len()
3131
];
3232

33-
traversal::Postorder::new(&mir.basic_blocks, location.block)
33+
traversal::Postorder::new(&mir.basic_blocks, location.block, ())
3434
.collect::<Vec<_>>()
3535
.into_iter()
3636
.rev()

0 commit comments

Comments
 (0)