rust/clippy_lints/src/matches
2023-10-04 01:08:45 +02:00
..
collapsible_match.rs Merge commit '4f142aa105' into clippyup 2022-10-23 15:18:45 +02:00
infallible_destructuring_match.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
manual_filter.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
manual_map.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
manual_unwrap_or.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
manual_utils.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
match_as_ref.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
match_bool.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
match_like_matches.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
match_on_vec_items.rs Improve spans for indexing expressions 2023-08-04 13:17:39 +02:00
match_ref_pats.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
match_same_arms.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
match_single_binding.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
match_str_case_mismatch.rs Rm diagnostic item, use lang item 2022-11-18 06:16:20 +00:00
match_wild_enum.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
match_wild_err_arm.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
mod.rs Update version attribute for 1.73 lints 2023-10-04 01:08:45 +02:00
needless_match.rs Remove most usage of hir_ty_to_ty 2023-09-20 14:05:00 +00:00
overlapping_arms.rs it's not Miri but MIR constants 2023-09-25 16:19:02 +02:00
redundant_guards.rs [redundant_guards]: lint if the pattern is on the LHS 2023-09-17 15:34:32 +02:00
redundant_pattern_match.rs Merge commit '5436dba826' into clippyup 2023-07-31 23:53:53 +02:00
rest_pat_in_fully_bound_struct.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
significant_drop_in_scrutinee.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
single_match.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
try_err.rs Move scrutinee HirId into MatchSource::TryDesugar 2023-08-14 21:43:56 +00:00
wild_in_or_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00