rust/clippy_lints/src/matches
2023-02-16 17:05:56 -07:00
..
collapsible_match.rs
infallible_destructuring_match.rs
manual_filter.rs Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup 2022-12-29 14:28:34 +01:00
manual_map.rs
manual_unwrap_or.rs
manual_utils.rs
match_as_ref.rs
match_bool.rs
match_like_matches.rs
match_on_vec_items.rs
match_ref_pats.rs
match_same_arms.rs Add StrStyle to ast::LitKind::ByteStr. 2022-12-02 10:38:58 +11:00
match_single_binding.rs get_parent and find_parent 2023-01-04 00:43:13 +00:00
match_str_case_mismatch.rs
match_wild_enum.rs Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup 2023-02-10 14:01:19 +01:00
match_wild_err_arm.rs
mod.rs Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup 2022-12-01 18:29:38 +01:00
needless_match.rs
overlapping_arms.rs
redundant_pattern_match.rs
rest_pat_in_fully_bound_struct.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
significant_drop_in_scrutinee.rs
single_match.rs
try_err.rs Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup 2022-12-01 18:29:38 +01:00
wild_in_or_pats.rs