remove deprecated dns_threads method

This commit is contained in:
Sean McArthur
2019-10-03 13:51:02 -07:00
parent 5b55aee1a9
commit 7c1d0b9f13

View File

@@ -444,12 +444,6 @@ impl ClientBuilder {
self 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 /// Bind to a local IP Address
pub fn local_address<T>(mut self, addr: T) -> ClientBuilder pub fn local_address<T>(mut self, addr: T) -> ClientBuilder
where where