mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
Fix clippy
This commit is contained in:
parent
bb04c68b2e
commit
249210e8d8
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
Reference in a new issue