summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/mgr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-circmgr/src/mgr.rs')
-rw-r--r--crates/tor-circmgr/src/mgr.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tor-circmgr/src/mgr.rs b/crates/tor-circmgr/src/mgr.rs
index ff27c83a0..4c18b3248 100644
--- a/crates/tor-circmgr/src/mgr.rs
+++ b/crates/tor-circmgr/src/mgr.rs
@@ -65,6 +65,7 @@ pub(crate) enum TunnelProvenance {
Preexisting,
}
+/// An error returned when we cannot apply circuit restriction.
#[derive(Clone, Debug, thiserror::Error)]
#[non_exhaustive]
pub enum RestrictionFailed {