]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix
authorPietro Albini <pietro@pietroalbini.org>
Wed, 1 Aug 2018 08:12:41 +0000 (10:12 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 08:12:41 +0000 (10:12 +0200)
commit333d8c456c507cdbf31f790d56524126ae112e0d
tree5c9803442edecdc3a5adc43c1e4412bd260c3ece
parent714fd37b8ba17f1129f7429e21321edb11605955
parent173c33019e0daf982d64bc6658f4aca5b0dac419
Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix

[NLL] Don't make "fake" match variables mutable

These variables can't be mutated by the user, but since they have names the unused-mut lint thinks that it should check them.