rust/clippy_utils/src
bors d5d830a50f Auto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
Fix `any()` not taking reference in `search_is_some` lint

`find` gives reference to the item, but `any` does not, so suggestion is broken in some specific cases.

Fixes: #7392

changelog: [`search_is_some`] Fix suggestion for `any()` not taking item by reference
2021-12-02 17:27:54 +00:00
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ast_utils.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-18 12:22:00 +01:00
attrs.rs Added clippy::version attribute as lint metadata 2021-11-10 19:48:29 +01:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Merge commit 'e181011378' into clippyup 2021-11-04 12:52:36 +00:00
diagnostics.rs Merge commit 'e181011378' into clippyup 2021-11-04 12:52:36 +00:00
eager_or_lazy.rs Improve heuristics for determining whether eager of lazy evaluation is preferred 2021-11-15 20:54:13 -05:00
higher.rs Fix Clippy with changed for loop desugar 2021-11-21 08:16:09 -06:00
hir_utils.rs Merge commit 'cb7915b00c' into clippyup 2021-09-28 18:03:12 +01:00
lib.rs Fix strlen_on_c_strings when not used with a full path 2021-11-19 20:02:49 -05:00
msrvs.rs Auto merge of #7948 - 5225225:castlosslessbool, r=llogiq 2021-11-12 18:17:18 +00:00
numeric_literal.rs Merge commit 'b7f3f7f608' into clippyup 2021-10-07 11:21:30 +02:00
paths.rs Fix strlen_on_c_strings when not used with a full path 2021-11-19 20:02:49 -05:00
ptr.rs Factor in some expr_visitor usages 2021-11-05 14:39:39 -05:00
qualify_min_const_fn.rs Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk 2021-10-01 14:46:48 -07:00
source.rs fix dogfood lint on clippy_utils 2021-11-09 17:30:15 +00:00
str_utils.rs Merge commit 'e181011378' into clippyup 2021-11-04 12:52:36 +00:00
sugg.rs Add a note about type annotation on closure param 2021-11-28 10:22:15 +01:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Improve heuristics for determining whether eager of lazy evaluation is preferred 2021-11-15 20:54:13 -05:00
usage.rs Factor in some expr_visitor usages 2021-11-05 14:39:39 -05:00
visitors.rs Remove surrounding unsafe block in strlen_on_c_strings when possible 2021-11-19 21:14:51 -05:00