mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
style: fmt
This commit is contained in:
parent
50fbfe9f35
commit
da48966953
@ -6,10 +6,10 @@ use serde::de::DeserializeOwned;
|
|||||||
|
|
||||||
#[cfg(feature = "sync")]
|
#[cfg(feature = "sync")]
|
||||||
mod sync;
|
mod sync;
|
||||||
|
|
||||||
#[cfg(feature = "sync")]
|
#[cfg(feature = "sync")]
|
||||||
pub use sync::SharableTransClient;
|
pub use sync::SharableTransClient;
|
||||||
|
|
||||||
|
|
||||||
pub mod types;
|
pub mod types;
|
||||||
use types::{
|
use types::{
|
||||||
BasicAuth, BlocklistUpdate, FreeSpace, Id, Nothing, PortTest, Result, RpcRequest, RpcResponse,
|
BasicAuth, BlocklistUpdate, FreeSpace, Id, Nothing, PortTest, Result, RpcRequest, RpcResponse,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user