Fix clippy
This commit is contained in:
parent
523f8f8398
commit
aa28ee1718
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ pub fn visit_local_usage(locals: &[Local], mir: &Body<'_>, location: Location) -
|
|||
locals.len()
|
||||
];
|
||||
|
||||
traversal::Postorder::new(&mir.basic_blocks, location.block)
|
||||
traversal::Postorder::new(&mir.basic_blocks, location.block, ())
|
||||
.collect::<Vec<_>>()
|
||||
.into_iter()
|
||||
.rev()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue