diff --git a/host/src/lib.rs b/host/src/lib.rs index 44d73a9..1477d33 100644 --- a/host/src/lib.rs +++ b/host/src/lib.rs @@ -14,7 +14,6 @@ pub use MTPConnection as Connection; pub use MTPHost as Host; pub use mtp_transport::Policy; pub use mtp_transport::Receiver; -#[cfg(feature = "streaming")] pub use mtp_transport::SendMode; pub use mtp_transport::Sender;