about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorAndre Bogus <bogusandre@gmail.com>2017-06-23 18:23:23 +0200
committerAndre Bogus <bogusandre@gmail.com>2017-06-23 18:23:23 +0200
commitebe71fdd53b47b2f1e684454e71e42062dbdf6a4 (patch)
tree823f3c81d72aec7a069c071f238a50b670fcfa2c /src/test/run-pass/thinlto
parentbd32b1ba0d2d51a7e8505c1d3e37d17d3ba12843 (diff)
downloadrust-ebe71fdd53b47b2f1e684454e71e42062dbdf6a4.tar.gz
rust-ebe71fdd53b47b2f1e684454e71e42062dbdf6a4.zip
change binding name of for loop lowering to appease clippy
With the latest change to for loop lowering, a `_next` binding was introduced.
Unfortunately, this disturbs clippy's `used_underscore_binding` lint. This
commit just renames the binding to `__next` so clippy will be happy. It should
have no other effect.
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions