willothy / worth

Found unneeded field pattern RS-C1010
Anti-pattern
Minor
a year agoa year old
Following struct field do_ip was matched with a wildcard, consider using .. instead
424                    }
425                }
426            }
427            InstructionKind::Keyword(Keyword::While { self_ip, do_ip: _ }) => {428                *self_ip = ip;
429                jump_stack.push(("while", Some(self_ip), None, ip, None));
430            }