rust/clippy_utils/src
bors 908815ce98 Auto merge of #8001 - Jarcho:unprefixed_strlen, r=giraffate
Improve `strlen_on_c_string`

fixes: #7436

changelog: lint `strlen_on_c_string` when used without a fully-qualified path
changelog: suggest removing the surrounding unsafe block for `strlen_on_c_string` when possible
2021-11-29 01:03:48 +00:00
..
ast_utils
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
consts.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
diagnostics.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' 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 'cb7915b00c235e9b5861564f3be78dba330980ee' 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 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' 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 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
sugg.rs Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
sym_helper.rs
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