Skip to content

Commit 249210e

Browse files
committed
Fix clippy
1 parent bb04c68 commit 249210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/mir/mod.rs

Lines changed: 1 addition & 1 deletion
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)