rust-clippy/src
Georg Brandl 846c164709 don't say "did you mean to" - use the standard "consider..."
"Did you mean to ..." sounds a bit condescending to me, since
if I meant to write "if let" I probably wouldn't have written "match" :)
2015-09-02 16:46:14 +02:00
..
approx_const.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
attrs.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
bit_mask.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
collapsible_if.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
consts.rs appease the dogfood gods 2015-08-27 04:40:01 +05:30
eq_op.rs eq_op: cut back to expressions that are guaranteed side effect free 2015-08-25 12:34:37 +02:00
eta_reduction.rs eta_reduction: fix false positive for unsafe fns (fixes #243) 2015-08-26 17:09:51 +02:00
identity_op.rs More macro checks 2015-08-27 04:33:59 +05:30
len_zero.rs Changes for rust-nightly after #27856 2015-08-25 23:21:38 +02:00
lib.rs new lint: self conventions for certain method names (fixes #267) 2015-09-01 18:52:48 +02:00
lifetimes.rs lifetimes lint: walk type bounds as well as types (fixes #253, again) 2015-08-31 11:26:41 +02:00
loops.rs Only handle ranges starting with 0 for needless_range_loop (fixes #279) 2015-09-02 16:11:54 +05:30
matches.rs don't say "did you mean to" - use the standard "consider..." 2015-09-02 16:46:14 +02:00
methods.rs methods: try to allow value self when type is Copy (fixes #273) 2015-09-01 21:08:49 +02:00
misc.rs check item name for eq, fixes #268 2015-09-02 10:30:11 +02:00
mut_mut.rs all: organize imports 2015-08-16 08:55:34 +02:00
needless_bool.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
precedence.rs add precedence_negative_literal lint 2015-08-30 17:34:48 +02:00
ptr_arg.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
ranges.rs ranges: remove unneeded as_str() 2015-08-23 16:34:23 +02:00
returns.rs More macro checks 2015-08-27 04:33:59 +05:30
shadow.rs reporting improvements 2015-09-02 08:19:47 +02:00
strings.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
types.rs don't say "did you mean to" - use the standard "consider..." 2015-09-02 16:46:14 +02:00
unicode.rs Added support for isize/usize in the CastPass lint pass. 2015-08-21 03:03:37 +02:00
utils.rs reporting improvements 2015-09-02 08:19:47 +02:00