Feature/add test #54
Annotations
10 errors
|
|
|
run-clippy:
src/main.rs#L204
| ^^^^ help: convert the identifier to snake case: `bla_a`
|
|
run-clippy:
src/main.rs#L204
204 | let blaA="";
|
|
|
|
run-clippy:
src/main.rs#L204
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
|
run-clippy:
src/main.rs#L204
= note: `-D unused-variables` implied by `-D warnings`
|
|
|
|
run-clippy:
src/main.rs#L204
| ^^^^ help: if this is intentional, prefix it with an underscore: `_blaA`
|
|
run-clippy:
src/main.rs#L204
204 | let blaA="";
|
|
|