diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-23 09:16:08 +1100 | 
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-23 15:29:26 +1100 | 
| commit | 62ffb14c3d3882efdc93c5e18e2ac843f218b725 (patch) | |
| tree | e15da4a30cd8c1c130e353b3da42c6c315806ff4 /compiler/rustc_mir_dataflow/src/framework/engine.rs | |
| parent | b8d340db1409e4a8275788597d1e8caab99f053d (diff) | |
| download | rust-62ffb14c3d3882efdc93c5e18e2ac843f218b725.tar.gz rust-62ffb14c3d3882efdc93c5e18e2ac843f218b725.zip | |
Remove unnecessary and misleading `..` in a pattern.
All the fields are named.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/framework/engine.rs')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/framework/engine.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler/rustc_mir_dataflow/src/framework/engine.rs b/compiler/rustc_mir_dataflow/src/framework/engine.rs index 204e854235f..ef7fe3a8e28 100644 --- a/compiler/rustc_mir_dataflow/src/framework/engine.rs +++ b/compiler/rustc_mir_dataflow/src/framework/engine.rs @@ -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()); | 
