diff --git a/openraft/src/type_config/async_runtime/mod.rs b/openraft/src/type_config/async_runtime/mod.rs index 7fee9c071..de008b1de 100644 --- a/openraft/src/type_config/async_runtime/mod.rs +++ b/openraft/src/type_config/async_runtime/mod.rs @@ -9,7 +9,7 @@ pub(crate) mod impls { pub use tokio_runtime::TokioRuntime; } pub mod mpsc_unbounded; -mod oneshot; +pub mod oneshot; pub mod watch; use std::fmt::Debug;