From: bors Date: Wed, 9 Aug 2017 17:42:20 +0000 (+0000) Subject: Auto merge of #4384 - ivanbakel:unused_mut, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7704f7b1fd52607104cc7fdc435d636c9de1fe90;p=cargo.git Auto merge of #4384 - ivanbakel:unused_mut, r=alexcrichton Fixed some variables being unnecessarily mutable ### Changes Some variables are marked `mut` when they don't need to be. This PR changes those variables to no longer be `mut`. ### Context PR on https://github.com/rust-lang/rust/pull/43582 tl:dr; There's a bug with the mutability checker that sometimes marks mutable ref variables as being used when they're not. --- 7704f7b1fd52607104cc7fdc435d636c9de1fe90