Fix some doc comments and remove unused impl.

This commit is contained in:
Tim Kuehn
2017-01-15 16:45:49 -08:00
parent a8e5bc45a1
commit cabbbb2a0b
2 changed files with 2 additions and 9 deletions

View File

@@ -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>,