Skip to content

feat(checker): add checker fix template #53

feat(checker): add checker fix template

feat(checker): add checker fix template #53

GitHub Actions / debug-no-features succeeded Aug 19, 2025 in 0s

debug-no-features

2 warnings

Details

Results

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

Versions

  • rustc 1.89.0 (29483883e 2025-08-04)
  • cargo 1.89.0 (c24e10642 2025-06-23)
  • clippy 0.1.89 (29483883ee 2025-08-04)

Annotations

Check warning on line 544 in storage/src/checker/mod.rs

See this annotation in the file changed.

@github-actions github-actions / debug-no-features

variable does not need to be mutable

warning: variable does not need to be mutable
   --> storage/src/checker/mod.rs:544:13
    |
544 |         let mut fixed = Vec::new();
    |             ----^^^^^
    |             |
    |             help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default

Check warning on line 544 in storage/src/checker/mod.rs

See this annotation in the file changed.

@github-actions github-actions / debug-no-features

variable does not need to be mutable

warning: variable does not need to be mutable
   --> storage/src/checker/mod.rs:544:13
    |
544 |         let mut fixed = Vec::new();
    |             ----^^^^^
    |             |
    |             help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default