Skip to content

Delete tor_dirmgr::Error::BadNetworkConfig

Ian Jackson requested to merge Diziet/arti:network-config-error into main

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.

Merge request reports