   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
