diff --git a/src/lib.rs b/src/lib.rs index 609e3e8..760cada 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,10 +6,10 @@ use serde::de::DeserializeOwned; #[cfg(feature = "sync")] mod sync; + #[cfg(feature = "sync")] pub use sync::SharableTransClient; - pub mod types; use types::{ BasicAuth, BlocklistUpdate, FreeSpace, Id, Nothing, PortTest, Result, RpcRequest, RpcResponse,