mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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"))]
|
||||
pub use native_tls::{self, Error as TlsError};
|
||||
pub use native_tls;
|
||||
|
||||
//
|
||||
// Actix *OR* Tokio
|
||||
|
Loading…
x
Reference in New Issue
Block a user