Skip to content

Feature/add test

Feature/add test #54

Triggered via pull request June 7, 2025 00:57
Status Failure
Total duration 2m 45s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run-clippy: src/main.rs#L204
|
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
|
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
|
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="";
run-clippy: src/main.rs#L204
|