rust/clippy_utils/src
bors 3d4c536e87 Auto merge of #11013 - Centri3:redundant_rest_pattern, r=giraffate
New lint [`redundant_at_rest_pattern`]

Closes #11011

It's always a great feeling when a new lint triggers on clippy itself 😄

changelog: New lint [`redundant_at_rest_pattern`]
2023-06-29 23:54:35 +00: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 move is_in_trait_method to utils and rename 2023-06-28 11:35:10 +02:00
macros.rs Fix find_format_arg_expr when incremental compilation is enabled 2023-06-17 20:55:30 +00:00
msrvs.rs changed msrv name for consistency & changed nested if for style 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 New lint [redundant_rest_pattern] 2023-06-27 06:06:56 -05: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