]> git.lizzy.rs Git - rust.git/commit
Auto merge of #9997 - Jarcho:issue_9901, r=llogiq
authorbors <bors@rust-lang.org>
Wed, 30 Nov 2022 19:29:40 +0000 (19:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 30 Nov 2022 19:29:40 +0000 (19:29 +0000)
commitd7d098a7e63a09ff0f14db44e9dfadec30d70d97
tree10a259c53e635c83fa77cdfa907c16ca5ecc78fb
parent87963f03bae339175bf7ea6d94cf39d21a59b473
parent2d32b403596d6ff152ccce3f1136b695698a3cc8
Auto merge of #9997 - Jarcho:issue_9901, r=llogiq

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