rust/clippy_utils/src
bors b013e69692 Auto merge of #13496 - y21:issue10619, r=Alexendoo
Show interior mutability chain in `mutable_key_type`

Fixes #10619

Just ran into this myself and I definitely agree it's not very nice to have to manually go through all the types involved to figure out why this happens and to evaluate if this is really a problem (knowing if the field of a struct is something that a hash impl relies on), so this changes the lint to emit notes for each step involved.

changelog: none
2024-10-07 15:32:34 +00:00
..
ast_utils Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
mir Fix clippy_lints and clippy_utils 2024-09-25 13:52:12 -04:00
ty/type_certainty Fix clippy_lints and clippy_utils 2024-09-25 13:52:12 -04:00
ast_utils.rs Convert &Option<T> to Option<&T> 2024-09-28 19:51:02 -04:00
attrs.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
check_proc_macro.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
comparisons.rs
consts.rs Merge remote-tracking branch 'upstream/master' into rustup 2024-10-03 14:47:50 +02:00
diagnostics.rs Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
eager_or_lazy.rs Fix clippy_lints and clippy_utils 2024-09-25 13:52:12 -04:00
higher.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
hir_utils.rs Use SpanlessEq for in trait_bounds lints 2024-10-03 15:49:37 +00:00
lib.rs Merge remote-tracking branch 'upstream/master' into rustup 2024-10-03 14:47:50 +02:00
macros.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
numeric_literal.rs Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-update 2024-07-25 18:29:17 +02:00
paths.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
ptr.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
qualify_min_const_fn.rs Merge remote-tracking branch 'upstream/master' into rustup 2024-10-03 14:47:50 +02:00
source.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
str_utils.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
sugg.rs Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
sym_helper.rs
ty.rs Auto merge of #13496 - y21:issue10619, r=Alexendoo 2024-10-07 15:32:34 +00:00
usage.rs Fix clippy_lints and clippy_utils 2024-09-25 13:52:12 -04:00
visitors.rs Fix clippy_lints and clippy_utils 2024-09-25 13:52:12 -04:00