46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
warning: unused import: `PluginError`
|
|
--> crates\erp-plugin\src\plugin_validator.rs:1:20
|
|
|
|
|
1 | use crate::error::{PluginError, PluginResult};
|
|
| ^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: unused import: `parse_manifest`
|
|
--> crates\erp-plugin\src\plugin_validator.rs:2:23
|
|
|
|
|
2 | use crate::manifest::{parse_manifest, PluginManifest};
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
warning: field `chk` is never read
|
|
--> crates\erp-plugin\src\data_service.rs:445:39
|
|
|
|
|
445 | struct RefCheck { chk: Option<i32> }
|
|
| -------- ^^^
|
|
| |
|
|
| field in this struct
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: field `chk` is never read
|
|
--> crates\erp-plugin\src\data_service.rs:684:51
|
|
|
|
|
684 | ... struct RefCheck { chk: Option<i32> }
|
|
| -------- ^^^
|
|
| |
|
|
| field in this struct
|
|
|
|
warning: field `check_result` is never read
|
|
--> crates\erp-plugin\src\data_service.rs:1329:30
|
|
|
|
|
1329 | struct ExistsCheck { check_result: Option<i32> }
|
|
| ----------- ^^^^^^^^^^^^
|
|
| |
|
|
| field in this struct
|
|
|
|
warning: `erp-plugin` (lib) generated 5 warnings (run `cargo fix --lib -p erp-plugin` to apply 2 suggestions)
|
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
|
|
Running `target\debug\erp-server.exe`
|
|
Error: configuration file "config/default" not found
|
|
error: process didn't exit successfully: `target\debug\erp-server.exe` (exit code: 1)
|