Remove unused re-export of native_tls::Error

This commit is contained in:
Jonas Platte 2020-10-20 17:40:14 +02:00 committed by Ryan Leckey
parent 855a0f8e41
commit f28ab22748

View File

@ -19,7 +19,7 @@ compile_error!(
);
#[cfg(all(feature = "_tls-native-tls"))]
pub use native_tls::{self, Error as TlsError};
pub use native_tls;
//
// Actix *OR* Tokio