bors 5208332a1a auto merge of #10518 : huonw/rust/6911, r=alexcrichton
Bringing it into line with the unused-variable one,

    fn main() {
        let mut _a = 1;
    }

will not warn that `_a` is never used mutably.

Fixes #6911.
2013-11-17 06:21:47 -08:00
..
2013-11-11 20:44:07 -08:00
2013-11-11 20:44:07 -08:00
2013-11-09 11:16:09 -08:00
2013-11-08 19:47:57 -05:00
2013-11-11 20:44:07 -08:00