From 69be9f7acaf95bc031f82ce0e9ef68adbd3b17f8 Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:59:41 +0200 Subject: [PATCH] [Fix] export Sendmode in Host (not a stream feat) --- host/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;