rust/tests
bors 79d3b30cd7 Auto merge of #4801 - mikerite:to_digit_is_some, r=flip1995
To digit is some

Add a lint that recommends replacing `to_digit().is_some()` with `is_digit()` on `char`s

changelog: Add lint `to_digit_is_some`
2019-11-11 11:28:27 +00:00
..
auxiliary
ui Auto merge of #4801 - mikerite:to_digit_is_some, r=flip1995 2019-11-11 11:28:27 +00:00
ui-toml build: improve script and travis config 2019-10-22 10:14:39 +07:00
compile-test.rs Only pass rlibs in target deps directory 2019-11-10 11:14:29 +07:00
dogfood.rs tests: dogfood: run tests with debuginfo=0 reducing dogfood target dir size even further. 2019-09-11 21:29:07 +02:00
fmt.rs Enable rustfmt tests 2019-07-28 06:45:23 +02:00
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs