]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank
authorMara Bos <m-ou.se@m-ou.se>
Thu, 2 Sep 2021 17:10:15 +0000 (19:10 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 17:10:15 +0000 (19:10 +0200)
commitea82d0651a638075de0a3aeb761ac379a4f99eb4
treecc718fdab115d3ad18d99954cb85e4edd348e867
parent8fd1bf332350b5899f040d749fa2bcc21ac4e23e
parent96d4666f23f71683965ded5844e78b3f4346406c
Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank

Upgrade array_into_iter lint to include Deref-to-array types.

Fixes https://github.com/rust-lang/rust/issues/88099

Fixes the issue mentioned here: https://github.com/rust-lang/rust/pull/84147#issuecomment-819000436