rust/clippy_lints
bors 886d5fbeb0 Auto merge of #11508 - Jarcho:issue_11474, r=blyxyas
Lint `needless_borrow` and `explicit_auto_deref` on most union field accesses

Changes both lints to follow rustc's rules around auto-deref through `ManuallyDrop` union fields rather than just bailing on union fields.

changelog: [`needless_borrow`] & [`explicit_auto_deref`]: Lint on most union field accesses
2023-11-12 11:24:01 +00:00
..
src Auto merge of #11508 - Jarcho:issue_11474, r=blyxyas 2023-11-12 11:24:01 +00:00
Cargo.toml Clean up after if chain removal 2023-11-10 18:03:13 +00:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.