File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ use tokio::{
3030use crate :: config:: ReconnectOptions ;
3131use crate :: error:: { Error , Result } ;
3232
33- pub use hyper:: client:: HttpConnector ;
33+ use hyper:: client:: HttpConnector ;
3434use hyper_timeout:: TimeoutConnector ;
3535
3636use crate :: event_parser:: EventParser ;
@@ -40,11 +40,7 @@ use crate::retry::{BackoffRetry, RetryStrategy};
4040use std:: error:: Error as StdError ;
4141
4242#[ cfg( feature = "rustls" ) ]
43- use hyper_rustls:: HttpsConnector as RustlsConnector ;
44- #[ cfg( feature = "rustls" ) ]
45- pub use hyper_rustls:: HttpsConnectorBuilder ;
46- #[ cfg( feature = "rustls" ) ]
47- pub type HttpsConnector = RustlsConnector < HttpConnector > ;
43+ use hyper_rustls:: HttpsConnectorBuilder ;
4844
4945type BoxError = Box < dyn std:: error:: Error + Send + Sync > ;
5046
You can’t perform that action at this time.
0 commit comments