Fix clippy
This commit is contained in:
parent
bb04c68b2e
commit
249210e8d8
@ -30,7 +30,7 @@ pub fn visit_local_usage(locals: &[Local], mir: &Body<'_>, location: Location) -
|
|||||||
locals.len()
|
locals.len()
|
||||||
];
|
];
|
||||||
|
|
||||||
traversal::Postorder::new(&mir.basic_blocks, location.block)
|
traversal::Postorder::new(&mir.basic_blocks, location.block, ())
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.rev()
|
.rev()
|
||||||
|
Loading…
Reference in New Issue
Block a user