rust/clippy_lints/src/matches
2022-02-17 14:16:21 -05:00
..
infalliable_detructuring_match.rs Split out infalliable_detructuring_match 2022-02-07 12:28:57 -05:00
match_as_ref.rs Split out match_as_ref 2022-02-07 12:22:26 -05:00
match_bool.rs Split out match_bool 2022-02-07 12:22:26 -05:00
match_like_matches.rs Remove some redundant checks in various matches lints 2022-02-17 10:48:24 -05:00
match_ref_pats.rs Split out match_ref_pats 2022-02-07 12:22:27 -05:00
match_same_arms.rs Remove some redundant checks in various matches lints 2022-02-17 10:48:24 -05:00
match_single_binding.rs Remove hack testing for cfg attribute in match_single_binding 2022-02-17 14:16:21 -05:00
match_wild_enum.rs Split out wildcard_enum_match_arm and match_wildcard_for_single_variants 2022-02-07 12:22:26 -05:00
match_wild_err_arm.rs Split out match_wild_err_arm 2022-02-07 12:22:26 -05:00
mod.rs Check for cfg attrubutes before linting match expressions 2022-02-17 14:04:10 -05:00
overlapping_arms.rs Split out overlapping_arms 2022-02-07 12:22:26 -05:00
redundant_pattern_match.rs Remove some redundant checks in various matches lints 2022-02-17 10:48:24 -05:00
rest_pat_in_fully_bound_struct.rs Split out rest_pat_in_fully_bound_struct 2022-02-07 12:57:02 -05:00
single_match.rs Split out single_match 2022-02-07 12:22:26 -05:00
wild_in_or_pats.rs Split out wild_in_or_pats 2022-02-07 13:00:19 -05:00