Skip to content

chore: bump CLI version in Cargo.log

be9c7f5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

v1.0.5 #266

chore: bump CLI version in Cargo.log
be9c7f5
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Oct 20, 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 36 in src/commands/edge_app/setting.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `SettingValue` is never constructed

warning: struct `SettingValue` is never constructed
  --> src/commands/edge_app/setting.rs:36:16
   |
36 |         struct SettingValue {
   |                ^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default