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:
James Munns
2016-12-31 15:38:12 +01:00
parent bdc19d52bf
commit ce71398f48

View File

@@ -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>,