rust-clippy/tests
Vikas Kumar 2951b70d15 Match on bool should be replaced with if..else block
1. Added another conditional in `check_expr` impl to lint if match expr
is a bool.
2. Test cases.
2015-10-20 10:18:48 -07:00
..
compile-fail Match on bool should be replaced with if..else block 2015-10-20 10:18:48 -07:00
compile-test.rs all: whitespace cleanup 2015-08-11 20:22:50 +02:00
consts.rs Rustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16) 2015-09-17 05:32:29 +05:30
mut_mut_macro.rs all: whitespace cleanup 2015-08-11 20:22:50 +02:00
trim_multiline.rs added empty line test 2015-08-13 23:18:34 +05:30