remove deprecated dns_threads method
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user