Skip to content

Commit 1ef25c5

Browse files
committed
Fix replication tests when runtime feature is disabled
1 parent 604d84e commit 1ef25c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/tests/test/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ use tokio_postgres::{
2121

2222
mod binary_copy;
2323
mod parse;
24+
#[cfg(feature = "runtime")]
2425
mod replication;
2526
#[cfg(feature = "runtime")]
2627
mod runtime;

0 commit comments

Comments
 (0)