cargo fmt

This commit is contained in:
Martin Algesten
2020-01-07 08:08:12 +01:00
parent 63cfcfb23e
commit a4bae72fcb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
use std::sync::Arc;
use std::sync::Mutex;
#[cfg(feature = "cookie")]
use cookie::{Cookie, CookieJar};
use std::sync::Arc;
use std::sync::Mutex;
use crate::header::{self, Header};
use crate::pool::ConnectionPool;