Improve message on missing auth file #18
Annotations
1 error and 1 warning
|
format
Process completed with exit code 1.
|
|
struct `SettingValue` is never constructed:
src/commands/edge_app/setting.rs#L36
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
|