v1.0.5 #266
Merged
v1.0.5 #266
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
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
Loading