rust/src
Matthew Hall 7e16822925 Add lint for ifs that could be collapsed
"Collapsible" ifs are ones which contain only a then block, and the then
block consists of an if that only has a then block.
2015-05-29 15:41:25 +01:00
..
approx_const.rs
bit_mask.rs Formatting fixed 2015-05-23 12:32:29 +02:00
collapsible_if.rs Add lint for ifs that could be collapsed 2015-05-29 15:41:25 +01:00
eq_op.rs another refactoring, using more fitting Option methods, improving formatting, etc. 2015-05-23 00:49:13 +02:00
eta_reduction.rs
identity_op.rs another refactoring, using more fitting Option methods, improving formatting, etc. 2015-05-23 00:49:13 +02:00
len_zero.rs Fix copy+paste in description of LEN_ZERO 2015-05-24 19:06:54 +01:00
lib.rs Add lint for ifs that could be collapsed 2015-05-29 15:41:25 +01:00
misc.rs
mut_mut.rs first prototype of macro expn detection in mut_mut.rs 2015-05-25 07:22:41 +02:00
needless_bool.rs
ptr_arg.rs fixed issue #69 2015-05-25 22:50:41 +02:00
types.rs