mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-24 03:35:03 +01:00
Fix some doc comments and remove unused impl.
This commit is contained in:
@@ -90,7 +90,7 @@ impl<Req, Resp, E> fmt::Debug for Client<Req, Resp, E>
|
||||
}
|
||||
}
|
||||
|
||||
/// Additional options to configure how the client connects.
|
||||
/// Additional options to configure how the client connects and operates.
|
||||
#[derive(Clone, Default)]
|
||||
pub struct Options {
|
||||
reactor: Option<Reactor>,
|
||||
|
||||
Reference in New Issue
Block a user