rust-lang/rust-clippy
GitHub で見るLint `let mut x = x;` where `x` is a function argument
Open
#1,657 opened on 2017年4月3日
A-lintL-unnecessaryT-middlegood first issue
説明
The argument should be made mutable instead of rebinding it to mutable.
#1,657 opened on 2017年4月3日
The argument should be made mutable instead of rebinding it to mutable.