aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto/src')
-rw-r--r--crates/tor-proto/src/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-proto/src/channel.rs b/crates/tor-proto/src/channel.rs
index c37c3234c..492c1b72f 100644
--- a/crates/tor-proto/src/channel.rs
+++ b/crates/tor-proto/src/channel.rs
@@ -114,7 +114,7 @@ mod testing_exports {
#[cfg(feature = "testing")]
pub use testing_exports::*;
#[cfg(not(feature = "testing"))]
-use testing_exports::*;
+pub(crate) use testing_exports::*;
use asynchronous_codec;
use futures::channel::mpsc;