docs(client): Remove comment that had grown out of date (#1918)

This commit is contained in:
Alex Gaynor
2019-08-30 14:14:56 -04:00
committed by Sean McArthur
parent 049b5132db
commit eef407d60e

View File

@@ -75,8 +75,6 @@ pub struct HttpInfo {
impl HttpConnector { impl HttpConnector {
/// Construct a new HttpConnector. /// Construct a new HttpConnector.
///
/// Takes number of DNS worker threads.
pub fn new() -> HttpConnector { pub fn new() -> HttpConnector {
HttpConnector::new_with_resolver(GaiResolver::new()) HttpConnector::new_with_resolver(GaiResolver::new())
} }