warning: unused variable: `n`
--> /w/foo.rs:20:13
|
20 | fn calc(mut n: u32, mut numbers: Vec<u32>) -> u32 {
| ^ help: if this is intentional, prefix it with an underscore: `_n`
|
= note: `#[warn(unused_variables)]` on by default
warning: variable does not need to be mutable
--> /w/foo.rs:20:9
|
20 | fn calc(mut n: u32, mut numbers: Vec<u32>) -> u32 {
| ----^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
warning: 2 warnings emitted
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务