Skip to content

Commit

Permalink
Chore: don't gate mod testing with feat tokio-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored and drmingdrmer committed Aug 6, 2024
1 parent 30ec503 commit 77caec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openraft/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pub mod metrics;
pub mod network;
pub mod raft;
pub mod storage;
#[cfg(feature = "tokio-rt")]
pub mod testing;
pub mod type_config;

Expand Down

0 comments on commit 77caec9

Please sign in to comment.