ignore `&x | &y` in unnested_or_patterns replacing it with `&(x | y)` is actually more characters Fixes #6973 changelog: [`unnested_or_patterns`] ignore `&x | &y`, nesting would result in more characters |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
ignore `&x | &y` in unnested_or_patterns replacing it with `&(x | y)` is actually more characters Fixes #6973 changelog: [`unnested_or_patterns`] ignore `&x | &y`, nesting would result in more characters |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||