]> git.lizzy.rs Git - rust.git/commit
Auto merge of #9593 - Andy-Python-Programmer:master, r=llogiq
authorbors <bors@rust-lang.org>
Thu, 6 Oct 2022 14:39:26 +0000 (14:39 +0000)
committerbors <bors@rust-lang.org>
Thu, 6 Oct 2022 14:39:26 +0000 (14:39 +0000)
commit8f1ebdd18bdecc621f16baaf779898cc08cc2766
tree13cdc8eff7c9fc782ca384536fe387895853da29
parent6dd0c3a9e8f78ecff737fdcbaf73a70ff3e96e65
parent14f9f2b69d5306936296ce7a2e0db7809fd6a113
Auto merge of #9593 - Andy-Python-Programmer:master, r=llogiq

lint::unsafe_removed_from_name: fix false positive result when allowed

changelog: [`unsafe_removed_from_name`] Fix allowing on imports produces a false positive on `useless_attribute`.

Fixes: #9197
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>