Add rustc lint, warning when iterating over hashmaps r? rust-lang/wg-incr-comp
This performs a substitution of code following the pattern: let <id> = if let <pat> = ... { identity } else { ... : ! }; To simplify it to: let <pat> = ... { identity } else { ... : ! }; By adopting the let_else feature.
potential_query_instability