conn -> pool

This commit is contained in:
Martin Algesten
2018-06-30 14:14:39 +02:00
parent 54558fbb26
commit 3a82ad05ab
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use conn::ConnectionPool;
use cookie::{Cookie, CookieJar};
use error::Error;
use pool::ConnectionPool;
use response::{self, Response};
use std::sync::Mutex;