rust/clippy_lints/src/matches
2022-07-20 21:35:11 -04:00
..
collapsible_match.rs
infallible_destructuring_match.rs
manual_map.rs Dogfood fixes to use bool::then_some 2022-07-06 02:03:56 -07:00
manual_unwrap_or.rs
match_as_ref.rs
match_bool.rs
match_like_matches.rs match_like_matches_macro does not trigger when one arm contains contains a block with only a bool literal 2022-07-15 09:15:31 +03:00
match_on_vec_items.rs
match_ref_pats.rs
match_same_arms.rs Fix typos 2022-07-13 14:48:32 +00:00
match_single_binding.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
match_str_case_mismatch.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
match_wild_enum.rs
match_wild_err_arm.rs
mod.rs Remove extra newlines in [significant_drop_in_scrutinee] docs 2022-07-20 21:35:11 -04:00
needless_match.rs
overlapping_arms.rs fix clippy test failures 2022-06-14 16:08:11 +02:00
redundant_pattern_match.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
rest_pat_in_fully_bound_struct.rs
significant_drop_in_scrutinee.rs Ignore the IntoIterator::into_iter call from for loops in significant_drop_in_scrutinee 2022-07-09 08:15:13 -04:00
single_match.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
try_err.rs
wild_in_or_pats.rs