Clarified that let(mut x, y) =
only makes x mutable, not y#33720
Merged
bors merged 1 commit intorust-lang:masterfrom mark-summerfield:patch-1May 19, 2016
+2
let(mut x, y) =
only makes x mutable, not y#33720