rust/clippy_lints/src/matches
2022-06-03 19:09:49 -04:00
..
collapsible_match.rs Merge CollapsibleMatch into Matches lint pass 2022-06-03 12:14:24 -04:00
infallible_destructuring_match.rs Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup 2022-05-05 15:12:52 +01:00
manual_unwrap_or.rs Merge ManualUnwrapOr into Matches lint pass 2022-06-03 19:09:49 -04:00
match_as_ref.rs
match_bool.rs needless_deref 2022-05-30 01:46:15 +00:00
match_like_matches.rs Merge CollapsibleMatch into Matches lint pass 2022-06-03 12:14:24 -04:00
match_on_vec_items.rs Move MatchOnVecItems into Matches lint pass 2022-06-03 19:09:49 -04:00
match_ref_pats.rs
match_same_arms.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
match_single_binding.rs Fix match_single_binding for assign expressions 2022-05-10 18:38:51 -04:00
match_str_case_mismatch.rs Move MatchStrCaseMismatch into Matches lint pass 2022-06-03 19:09:49 -04:00
match_wild_enum.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-05-20 20:47:31 +02:00
match_wild_err_arm.rs
mod.rs Move MatchStrCaseMismatch into Matches lint pass 2022-06-03 19:09:49 -04:00
needless_match.rs Merge CollapsibleMatch into Matches lint pass 2022-06-03 12:14:24 -04:00
overlapping_arms.rs
redundant_pattern_match.rs Merge CollapsibleMatch into Matches lint pass 2022-06-03 12:14:24 -04:00
rest_pat_in_fully_bound_struct.rs Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup 2022-05-05 15:12:52 +01:00
single_match.rs
wild_in_or_pats.rs