rust/clippy_lints/src/matches
2022-08-28 00:07:00 +08:00
..
collapsible_match.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
infallible_destructuring_match.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
manual_map.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
manual_unwrap_or.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_as_ref.rs use slice match more often 2022-08-02 18:12:31 +08:00
match_bool.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_like_matches.rs Ignore when there is comment 2022-08-28 00:07:00 +08: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 '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
match_same_arms.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
match_single_binding.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
match_str_case_mismatch.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
match_wild_enum.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
match_wild_err_arm.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
mod.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-08-11 19:26:04 +02:00
needless_match.rs give up when gurad has side effects 2022-08-11 15:07:39 +09:00
overlapping_arms.rs fix clippy test failures 2022-06-14 16:08:11 +02:00
redundant_pattern_match.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
rest_pat_in_fully_bound_struct.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
significant_drop_in_scrutinee.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
single_match.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
try_err.rs use slice match more often 2022-08-02 18:12:31 +08:00
wild_in_or_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00