rust/clippy_lints/src/matches
2022-06-10 13:12:03 -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 '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
manual_map.rs Move ManualMap into Matches lint pass 2022-06-03 19:09:50 -04:00
manual_unwrap_or.rs Merge ManualUnwrapOr into Matches lint pass 2022-06-03 19:09:49 -04:00
match_as_ref.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
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 Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
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 Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
mod.rs Improve lint doc consistency 2022-06-05 16:03:18 -04:00
needless_match.rs Merge CollapsibleMatch into Matches lint pass 2022-06-03 12:14:24 -04:00
overlapping_arms.rs get rid of visit_constant in thir visitor 2022-04-06 10:43:58 +02:00
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 '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
significant_drop_in_scrutinee.rs Merge SignificantDropInScrutinee into Matches lint pass 2022-06-03 19:09:49 -04:00
single_match.rs Slight documentation change 2022-06-10 13:12:03 -04:00
try_err.rs Move TryErr into Matches lint pass 2022-06-03 19:09:49 -04:00
wild_in_or_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00