Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Arti
Source project has a limited visibility.
  • Ian Jackson's avatar
    d847d498
    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
    History
    Delete tor_dirmgr::Error::BadNetworkConfig
    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.