rust/src
2015-06-01 07:40:33 +02:00
..
approx_const.rs
attrs.rs New lint for issue 2015-05-30 15:10:19 +02:00
bit_mask.rs Formatting fixed 2015-05-23 12:32:29 +02: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 Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
identity_op.rs another refactoring, using more fitting Option methods, improving formatting, etc. 2015-05-23 00:49:13 +02:00
len_zero.rs check for is_empty() method to get rid of false positives 2015-06-01 07:40:33 +02:00
lib.rs New lint for issue 2015-05-30 15:10:19 +02:00
misc.rs check for str type of .to_owned() callee 2015-05-21 16:37:38 +02:00
mut_mut.rs made macro test even simpler, added a few tests 2015-05-26 01:45:15 +02:00
needless_bool.rs
ptr_arg.rs made macro test even simpler, added a few tests 2015-05-26 01:45:15 +02:00
types.rs