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
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
Loading