Remove unnecessary and misleading .. in a pattern.
All the fields are named.
This commit is contained in:
@@ -239,7 +239,6 @@ where
|
|||||||
tcx,
|
tcx,
|
||||||
apply_statement_trans_for_block,
|
apply_statement_trans_for_block,
|
||||||
pass_name,
|
pass_name,
|
||||||
..
|
|
||||||
} = self;
|
} = self;
|
||||||
|
|
||||||
let mut dirty_queue: WorkQueue<BasicBlock> = WorkQueue::with_none(body.basic_blocks.len());
|
let mut dirty_queue: WorkQueue<BasicBlock> = WorkQueue::with_none(body.basic_blocks.len());
|
||||||
|
|||||||
Reference in New Issue
Block a user