diff --git a/actix-http/src/client/pool.rs b/actix-http/src/client/pool.rs index 8926219b2..af862cdd7 100644 --- a/actix-http/src/client/pool.rs +++ b/actix-http/src/client/pool.rs @@ -10,10 +10,10 @@ use actix_codec::{AsyncRead, AsyncWrite, ReadBuf}; use actix_rt::time::{sleep, Sleep}; use actix_service::Service; use actix_utils::task::LocalWaker; +use ahash::AHashMap; use bytes::Bytes; use futures_channel::oneshot; use futures_util::future::{poll_fn, FutureExt, LocalBoxFuture}; -use ahash::AHashMap; use h2::client::{Connection, SendRequest}; use http::uri::Authority; use indexmap::IndexSet; diff --git a/actix-http/src/header/shared/extended.rs b/actix-http/src/header/shared/extended.rs index d4b55c625..6bdcb7922 100644 --- a/actix-http/src/header/shared/extended.rs +++ b/actix-http/src/header/shared/extended.rs @@ -106,7 +106,6 @@ impl fmt::Display for ExtendedValue { } } - #[cfg(test)] mod tests { use super::*;