Skip to content

test clippy gha

test clippy gha #125

GitHub Actions / clippy failed Jul 17, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check failure on line 83 in src/cli.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `test`

error: unused variable: `test`
  --> src/cli.rs:83:9
   |
83 |     let test = "asdf";
   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_test`
   |
   = note: `-D unused-variables` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_variables)]`