Merge pull request #979 from jamesmunns/fix-lint-errs

refactor(client): remove unused client type aliases
This commit is contained in:
Sean McArthur
2016-12-31 15:23:50 -08:00
committed by GitHub

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