We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ce237 commit e004ac4Copy full SHA for e004ac4
src/transport/mod.rs
@@ -7,7 +7,7 @@ use std::{
7
fmt::{self, Debug, Display},
8
net::SocketAddr,
9
};
10
-#[cfg(feature = "flume-transport")]
+#[cfg(all(feature = "flume-transport", feature = "tokio-mpsc-transport"))]
11
pub mod boxed;
12
#[cfg(feature = "combined-transport")]
13
pub mod combined;
0 commit comments