Skip to content

arti cfg: suppress a warning

Ian Jackson requested to merge Diziet/arti:warn into main

There is a TODO HSS for this. Fixes cargo check --workspace --all-targets producing

  warning: unused variable: `result`
      --> crates/arti/src/cfg.rs:1060:13
       |
  1060 |         let result = file.resolve::<(TorClientConfig, ArtiConfig)>();
       |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
       |
       = note: `#[warn(unused_variables)]` on by default

Merge request reports