refactor(client): remove unused client type aliases
These type aliases cause test build to fail due to strict LINT settings
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