Merge pull request #979 from jamesmunns/fix-lint-errs
refactor(client): remove unused client type aliases
This commit is contained in:
@@ -30,9 +30,6 @@ pub trait Connect {
|
||||
fn register(&mut self, Registration);
|
||||
}
|
||||
|
||||
type Scheme = String;
|
||||
type Port = u16;
|
||||
|
||||
/// A connector for the `http` scheme.
|
||||
pub struct HttpConnector {
|
||||
dns: Option<Dns>,
|
||||
|
||||
Reference in New Issue
Block a user