mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
Remove unused re-export of native_tls::Error
This commit is contained in:
parent
855a0f8e41
commit
f28ab22748
@ -19,7 +19,7 @@ compile_error!(
|
|||||||
);
|
);
|
||||||
|
|
||||||
#[cfg(all(feature = "_tls-native-tls"))]
|
#[cfg(all(feature = "_tls-native-tls"))]
|
||||||
pub use native_tls::{self, Error as TlsError};
|
pub use native_tls;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Actix *OR* Tokio
|
// Actix *OR* Tokio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user