]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #80133 - Aaron1011:fix/const-mut-deref, r=estebank
authorYuki Okushi <huyuumi.dev@gmail.com>
Sat, 19 Dec 2020 06:16:08 +0000 (15:16 +0900)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 06:16:08 +0000 (15:16 +0900)
commit6b52475c68536547bc5552314bfe054fbf2b759f
treef1215c4c67df71fe62e7f65125be8bc1beedfccf
parent904c4c6df789660c48b1f016dc7b090943cce09c
parentdea13632a8e8f90febe3de17c740498285397936
Rollup merge of #80133 - Aaron1011:fix/const-mut-deref, r=estebank

Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere

Fixes #79971