Skip to content
Snippets Groups Projects

Delete tor_dirmgr::Error::BadNetworkConfig

Merged Ian Jackson requested to merge Diziet/arti:network-config-error into main
  1. May 12, 2022
    • Ian Jackson's avatar
      Delete tor_dirmgr::Error::BadNetworkConfig · d847d498
      Ian Jackson authored
      This was anomalous, in that it contains &'static str, rather than a
      proper nested error (eg a config::ConfigError, maybe).
      
      But in fact it tursn out it is now not constructed.  The last
      construction site was removed a long time ago in
        Use derive_builder for Authority and FallbackDir.
      d847d498
Loading