fix(lib): remove deprecated tokio-proto APIs
BREAKING CHANGE: Many of these APIs have been deprecated for a while, check the documentation for the recommended way to use hyper now.
This commit is contained in:
@@ -533,12 +533,6 @@ impl<C, B> Config<C, B> {
|
||||
self.set_host = val;
|
||||
self
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
#[deprecated(since="0.11.11", note="no_proto is always enabled")]
|
||||
pub fn no_proto(self) -> Config<C, B> {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
impl<C, B> Config<C, B>
|
||||
|
||||
Reference in New Issue
Block a user