rust/tests
bors d13ffbe3fe Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
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`
2020-04-27 06:02:05 +00:00
..
auxiliary
cargo
ui Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch 2020-04-27 06:02:05 +00:00
ui-toml Add test for zero single char names 2020-04-15 13:35:44 +02:00
compile-test.rs
dogfood.rs
fmt.rs
integration.rs Explain panic on E0463 in integration tests 2020-04-13 22:12:57 +02:00
missing-test-files.rs
versioncheck.rs