Skip to content

Commit

Permalink
remove deprecated dns_threads method
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 3, 2019
1 parent 5b55aee commit 7c1d0b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/async_impl/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,6 @@ impl ClientBuilder {
self
}

#[doc(hidden)]
#[deprecated(note = "DNS no longer uses blocking threads")]
pub fn dns_threads(self, _threads: usize) -> ClientBuilder {
self
}

/// Bind to a local IP Address
pub fn local_address<T>(mut self, addr: T) -> ClientBuilder
where
Expand Down

0 comments on commit 7c1d0b9

Please sign in to comment.