refactor(client): improve connect module structure

This commit is contained in:
Sean McArthur
2018-09-27 14:50:11 -07:00
parent 1370a6f8f0
commit 5bfc110538
5 changed files with 1078 additions and 1083 deletions

View File

@@ -100,7 +100,6 @@ use self::pool::{Pool, Poolable, Reservation};
pub mod conn;
pub mod connect;
pub(crate) mod dispatch;
#[cfg(feature = "runtime")] mod dns;
mod pool;
#[cfg(test)]
mod tests;