mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
d7d098a7e6
Don't lint `explicit_auto_deref` when the initial type is neither a reference, nor a receiver fixes #9901 fixes #9777 changelog: `explicit_auto_deref`: Don't lint when the initial value is neither a reference, nor a receiver