rust-clippy/clippy_lints/src/matches
2022-04-11 22:47:04 -05:00
..
infalliable_detructuring_match.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
match_as_ref.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
match_bool.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
match_like_matches.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
match_ref_pats.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
match_same_arms.rs Fix mixed enum variant kinds + code cleanup 2022-03-17 01:09:25 -04: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 Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
mod.rs Don't lint various match lints when expanded by a proc-macro 2022-04-08 16:51:40 -04:00
needless_match.rs code refractor for [needless_match] 2022-04-06 20:44:54 +08:00
overlapping_arms.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
redundant_pattern_match.rs Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup 2022-02-26 14:26:21 +01:00
rest_pat_in_fully_bound_struct.rs Do not apply rest_pat_in_fully_bound_structs on #[non_exhaustive] structs 2022-04-11 22:47:04 -05:00
single_match.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
wild_in_or_pats.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00