Компилиться но не работает
This commit is contained in:
15
out.txt
Normal file
15
out.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Compiling ae_anons v0.2.6 (/Users/Lexx/Code/RUST/AE_Anons)
|
||||
warning: field `smb_domain` is never read
|
||||
--> src/config.rs:18:9
|
||||
|
|
||||
12 | pub struct AccessConfig {
|
||||
| ------------ field in this struct
|
||||
...
|
||||
18 | pub smb_domain: Option<String>,
|
||||
| ^^^^^^^^^^
|
||||
|
|
||||
= note: `AccessConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
|
||||
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
||||
|
||||
warning: `ae_anons` (bin "ae_anons") generated 1 warning
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
|
||||
Reference in New Issue
Block a user