Skip to content

Fix formatting

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

Improve message on missing auth file #271

Fix formatting
2f33399
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Jan 12, 2026 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.92.0 (ded5c06cf 2025-12-08)
  • cargo 1.92.0 (344c4567c 2025-10-21)
  • clippy 0.1.92 (ded5c06cf2 2025-12-08)

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)]` (part of `#[warn(unused)]`) on by default