Skip to content

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0 #1544

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0 #1544

GitHub Actions / clippy succeeded Oct 27, 2025 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.90.0 (1159e78c4 2025-09-14)
  • cargo 1.90.0 (840b83a10 2025-07-30)
  • clippy 0.1.90 (1159e78c47 2025-09-14)

Annotations

Check warning on line 13 in src/errors.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `AnnotationsDoesntExist` is never constructed

warning: struct `AnnotationsDoesntExist` is never constructed
  --> src/errors.rs:13:12
   |
13 | pub struct AnnotationsDoesntExist;
   |            ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default