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

@@ -108,10 +108,10 @@ extern crate serde_json;
mod agent;
mod body;
mod conn;
mod error;
mod header;
mod macros;
mod pool;
mod response;
mod stream;