rust/clippy_lints/src/matches
Philipp Krones 62a82b361c
Format let-chains across the code base
In the updated nightly version, it seems that rustfmt now supports formatting
let-chains. Since we're using them a lot, it's a lot of reformatting.
2023-11-02 17:24:30 +01:00
..
collapsible_match.rs fix lint failures in clippy 2023-10-16 19:50:31 -07:00
infallible_destructuring_match.rs Merge commit 'd9c24d1b1e' into clippyup 2023-07-17 10:22:32 +02:00
manual_filter.rs Format let-chains across the code base 2023-11-02 17:24:30 +01: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 fix lint failures in clippy 2023-10-16 19:50:31 -07: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 Rejig some top-level rustc_hir_pretty functions. 2023-10-10 14:08:12 +11:00
mod.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
needless_match.rs Merge commit '7671c283a5' into clippyup 2023-09-25 11:28:58 +02:00
overlapping_arms.rs Merge commit 'b105fb4c39' into clippyup 2023-10-06 17:35:45 +02:00
redundant_guards.rs Format let-chains across the code base 2023-11-02 17:24:30 +01: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 Format let-chains across the code base 2023-11-02 17:24:30 +01: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