Skip to content

Commit

Permalink
Chore: make module oneshot pub
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored and drmingdrmer committed Jul 25, 2024
1 parent 15e5a71 commit 3b16d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openraft/src/type_config/async_runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b16d75

Please sign in to comment.