Remove unnecessary and misleading .. in a pattern.

All the fields are named.
This commit is contained in:
Nicholas Nethercote 2023-11-23 09:16:08 +11:00
parent b8d340db14
commit 62ffb14c3d

View File

@ -239,7 +239,6 @@ where
tcx,
apply_statement_trans_for_block,
pass_name,
..
} = self;
let mut dirty_queue: WorkQueue<BasicBlock> = WorkQueue::with_none(body.basic_blocks.len());