Skip to content

Commit

Permalink
better feature detection
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 25, 2024
1 parent 32ce237 commit e004ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{
fmt::{self, Debug, Display},
net::SocketAddr,
};
#[cfg(feature = "flume-transport")]
#[cfg(all(feature = "flume-transport", feature = "tokio-mpsc-transport"))]
pub mod boxed;
#[cfg(feature = "combined-transport")]
pub mod combined;
Expand Down

0 comments on commit e004ac4

Please sign in to comment.