rust/clippy_lints/src/matches
bors 985afe07f7 Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc
Use `DisplayBuffer` for socket addresses.

Continuation of https://github.com/rust-lang/rust/pull/100625 for socket addresses.

Renames `net::addr` to `net::addr::socket`, `net::ip` to `net::addr::ip` and `net::ip::display_buffer::IpDisplayBuffer` to `net::addr::display_buffer::DisplayBuffer`.
2022-09-13 06:41:37 +00:00
..
collapsible_match.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
infallible_destructuring_match.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
manual_map.rs clippy: BindingAnnotation change 2022-09-02 13:03:11 -05:00
manual_unwrap_or.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_as_ref.rs clippy: BindingAnnotation change 2022-09-02 13:03:11 -05:00
match_bool.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_like_matches.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
match_on_vec_items.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
match_ref_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
match_same_arms.rs rustc_error, rustc_private, rustc_ast: Switch to stable hash containers 2022-09-10 11:49:12 +02:00
match_single_binding.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
match_str_case_mismatch.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
match_wild_enum.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
match_wild_err_arm.rs Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
mod.rs Merge commit '2b2190cb56' into clippyup 2022-08-11 19:42:16 +02:00
needless_match.rs clippy: BindingAnnotation change 2022-09-02 13:03:11 -05:00
overlapping_arms.rs fix clippy test failures 2022-06-14 16:08:11 +02:00
redundant_pattern_match.rs Simplify clippy fix. 2022-09-12 19:46:51 +02:00
rest_pat_in_fully_bound_struct.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
significant_drop_in_scrutinee.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
single_match.rs Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
try_err.rs Merge commit '2b2190cb56' into clippyup 2022-08-11 19:42:16 +02:00
wild_in_or_pats.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00