]> git.lizzy.rs Git - rust.git/tree - src/tools/clippy/clippy_lints/src/matches/
Rollup merge of #97249 - GuillaumeGomez:details-summary-fixes, r=notriddle
[rust.git] / src / tools / clippy / clippy_lints / src / matches /
drwxr-xr-x   ..
-rw-r--r-- 5568 collapsible_match.rs
-rw-r--r-- 1796 infallible_destructuring_match.rs
-rw-r--r-- 11380 manual_map.rs
-rw-r--r-- 3409 manual_unwrap_or.rs
-rw-r--r-- 3271 match_as_ref.rs
-rw-r--r-- 3184 match_bool.rs
-rw-r--r-- 5290 match_like_matches.rs
-rw-r--r-- 1883 match_on_vec_items.rs
-rw-r--r-- 2160 match_ref_pats.rs
-rw-r--r-- 17937 match_same_arms.rs
-rw-r--r-- 7967 match_single_binding.rs
-rw-r--r-- 4426 match_str_case_mismatch.rs
-rw-r--r-- 7455 match_wild_enum.rs
-rw-r--r-- 2463 match_wild_err_arm.rs
-rw-r--r-- 33248 mod.rs
-rw-r--r-- 7575 needless_match.rs
-rw-r--r-- 6706 overlapping_arms.rs
-rw-r--r-- 11365 redundant_pattern_match.rs
-rw-r--r-- 1056 rest_pat_in_fully_bound_struct.rs
-rw-r--r-- 14866 significant_drop_in_scrutinee.rs
-rw-r--r-- 9546 single_match.rs
-rw-r--r-- 5414 try_err.rs
-rw-r--r-- 829 wild_in_or_pats.rs