rust/clippy_utils/src
darklyspaced c60222dc12
changed the msrv to 1.70 to suggest is_some_and
if the msrv is not >= 1.70 then the `map_or` is suggested instead of `is_some_and` (even when `unwrap_or` returns false)
2023-06-27 11:29:02 +08:00
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
mir Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
ast_utils.rs Make clippy happy 2023-04-27 17:18:12 +00:00
attrs.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
check_proc_macro.rs Add lint single_letter_idents 2023-06-12 03:21:43 -05:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Check if if conditions always evaluate to true in never_loop 2023-06-22 04:31:05 -05:00
diagnostics.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-06-02 10:17:55 +02:00
eager_or_lazy.rs account for autoderef in eager_or_lazy 2023-06-06 00:18:07 +02:00
higher.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
hir_utils.rs Merge commit '435a8ad86c' into clippyup 2023-05-20 15:39:26 +02:00
lib.rs Port clippy away from compiletest to ui_test 2023-06-26 14:13:07 +00:00
macros.rs Fix find_format_arg_expr when incremental compilation is enabled 2023-06-17 20:55:30 +00:00
msrvs.rs changed the msrv to 1.70 to suggest is_some_and 2023-06-27 11:29:02 +08:00
numeric_literal.rs handle exponent without digits 2023-06-09 05:21:24 +02:00
paths.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-06-02 10:17:55 +02:00
ptr.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
qualify_min_const_fn.rs use PlaceRef abstractions 2023-06-19 03:44:04 -04:00
source.rs remove todo 2023-05-22 20:06:58 -04:00
str_utils.rs Merge commit '0eff589afc' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Reborrow mutable references in explicit_iter_loop 2023-06-09 21:40:03 -04:00
usage.rs Reborrow mutable references in explicit_iter_loop 2023-06-09 21:40:03 -04:00
visitors.rs offset_of 2023-04-21 02:14:02 -07:00