New lint `match_vec_item` Added new lint to warn a match on index item which can panic. It's always better to use `get(..)` instead. Closes #5500 changelog: New lint `match_on_vec_items` |
||
|---|---|---|
| .. | ||
| lintlist | ||
| driver.rs | ||
| main.rs | ||
New lint `match_vec_item` Added new lint to warn a match on index item which can panic. It's always better to use `get(..)` instead. Closes #5500 changelog: New lint `match_on_vec_items` |
||
|---|---|---|
| .. | ||
| lintlist | ||
| driver.rs | ||
| main.rs | ||