Skip to content

chore(deps): update dependency @types/node to v22.10.3 (#367) #1330

chore(deps): update dependency @types/node to v22.10.3 (#367)

chore(deps): update dependency @types/node to v22.10.3 (#367) #1330

GitHub Actions / Clippy: Rust Stable 1.83.0 (90b35a623 2024-11-26) in ./tests/__fixtures__/unbased-codebase succeeded Jan 1, 2025 in 1s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~598ms to complete

  • Working Directory: ./tests/fixtures/unbased-codebase

Annotations

Check warning on line 4 in /home/runner/work/clippy-action/clippy-action/tests/__fixtures__/unbased-codebase/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.83.0 (90b35a623 2024-11-26) in ./tests/__fixtures__/unbased-codebase

/home/runner/work/clippy-action/clippy-action/tests/__fixtures__/unbased-codebase/src/main.rs#L4

variable does not need to be mutable
Raw output
warning: variable does not need to be mutable
 --> src/main.rs:4:9
  |
4 |     let mut a = Box::new(1);
  |         ----^
  |         |
  |         help: remove this `mut`
  |
  = note: `#[warn(unused_mut)]` on by default