diff --git a/src/stream.rs b/src/stream.rs index aaf0d2a..29cd466 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -98,8 +98,8 @@ pub(crate) fn connect_http(unit: &Unit) -> Result { #[cfg(feature = "tls")] pub(crate) fn connect_https(unit: &Unit) -> Result { - use std::sync::Arc; use lazy_static::lazy_static; + use std::sync::Arc; lazy_static! { static ref TLS_CONF: Arc = {