rust/clippy_lints/src/matches
2023-05-07 00:59:52 +02:00
..
collapsible_match.rs Merge commit '4f142aa105' into clippyup 2022-10-23 15:18:45 +02:00
infallible_destructuring_match.rs Merge commit 'f4850f7292' into clippyup 2022-11-21 20:51:52 +01:00
manual_filter.rs Merge commit '4f3ab69ea0' into clippyup 2022-12-29 14:28:34 +01:00
manual_map.rs Merge commit '4f142aa105' into clippyup 2022-10-23 15:18:45 +02:00
manual_unwrap_or.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
manual_utils.rs Merge commit '4f142aa105' into clippyup 2022-10-23 15:18:45 +02:00
match_as_ref.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
match_bool.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-04-23 03:39:03 -07:00
match_like_matches.rs fix conflict with matches macro 2023-05-07 00:59:52 +02:00
match_on_vec_items.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_ref_pats.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
match_same_arms.rs Add StrStyle to ast::LitKind::ByteStr. 2022-12-02 10:38:58 +11:00
match_single_binding.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
match_str_case_mismatch.rs Rm diagnostic item, use lang item 2022-11-18 06:16:20 +00:00
match_wild_enum.rs Merge commit '0f7558148c' into clippyup 2023-02-10 14:01:19 +01:00
match_wild_err_arm.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
mod.rs Standardize lint formulation 2023-04-12 13:48:03 +02:00
needless_match.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
overlapping_arms.rs fix clippy test failures 2022-06-14 16:08:11 +02:00
redundant_pattern_match.rs fix conflict with matches macro 2023-05-07 00:59:52 +02:00
rest_pat_in_fully_bound_struct.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
significant_drop_in_scrutinee.rs offset_of 2023-04-21 02:14:02 -07:00
single_match.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
try_err.rs Merge commit 'd822110d3b' into clippyup 2022-12-01 18:29:38 +01:00
wild_in_or_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00