rust/clippy_lints/src/matches
2022-03-14 11:29:18 +01:00
..
infalliable_detructuring_match.rs
match_as_ref.rs
match_bool.rs
match_like_matches.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
match_ref_pats.rs
match_same_arms.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
match_single_binding.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
match_wild_enum.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
match_wild_err_arm.rs
mod.rs rename lint to needless_match 2022-03-10 09:44:25 +08:00
needless_match.rs add checking for x -> x and ref x -> x and related test cases. 2022-03-10 14:46:58 +08:00
overlapping_arms.rs
redundant_pattern_match.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
rest_pat_in_fully_bound_struct.rs
single_match.rs
wild_in_or_pats.rs