]> git.lizzy.rs Git - rust.git/tree - src/tools/clippy/clippy_lints/src/matches/
Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa
[rust.git] / src / tools / clippy / clippy_lints / src / matches /
drwxr-xr-x   ..
-rw-r--r-- 6341 collapsible_match.rs
-rw-r--r-- 1882 infallible_destructuring_match.rs
-rw-r--r-- 5162 manual_filter.rs
-rw-r--r-- 3328 manual_map.rs
-rw-r--r-- 3730 manual_unwrap_or.rs
-rw-r--r-- 10612 manual_utils.rs
-rw-r--r-- 3214 match_as_ref.rs
-rw-r--r-- 3184 match_bool.rs
-rw-r--r-- 5329 match_like_matches.rs
-rw-r--r-- 1883 match_on_vec_items.rs
-rw-r--r-- 2160 match_ref_pats.rs
-rw-r--r-- 17884 match_same_arms.rs
-rw-r--r-- 8150 match_single_binding.rs
-rw-r--r-- 4420 match_str_case_mismatch.rs
-rw-r--r-- 7466 match_wild_enum.rs
-rw-r--r-- 2461 match_wild_err_arm.rs
-rw-r--r-- 34254 mod.rs
-rw-r--r-- 8006 needless_match.rs
-rw-r--r-- 6706 overlapping_arms.rs
-rw-r--r-- 12797 redundant_pattern_match.rs
-rw-r--r-- 1056 rest_pat_in_fully_bound_struct.rs
-rw-r--r-- 14941 significant_drop_in_scrutinee.rs
-rw-r--r-- 9535 single_match.rs
-rw-r--r-- 5282 try_err.rs
-rw-r--r-- 829 wild_in_or_pats.rs