Skip to content

Commit e004ac4

Browse files
better feature detection
1 parent 32ce237 commit e004ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::{
77
fmt::{self, Debug, Display},
88
net::SocketAddr,
99
};
10-
#[cfg(feature = "flume-transport")]
10+
#[cfg(all(feature = "flume-transport", feature = "tokio-mpsc-transport"))]
1111
pub mod boxed;
1212
#[cfg(feature = "combined-transport")]
1313
pub mod combined;

0 commit comments

Comments
 (0)