##// END OF EJS Templates
rust: fix warning about unnecessary mut...
rust: fix warning about unnecessary mut If there's a reason to use mut (like compability with older compilers), then we should stick `#[allow(unused_mut)]` on the declaration. Differential Revision: https://phab.mercurial-scm.org/D8538
Valentin Gatien-Baron -
r45360:73d6ce27 default
Show More