#[allow(missing_copy_implementations)]
This commit is contained in:
@@ -53,6 +53,7 @@ pub(super) fn build_connector(
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[non_exhaustive]
|
||||
pub enum CertificateStore {
|
||||
#[default]
|
||||
|
||||
@@ -36,6 +36,7 @@ pub(super) fn build_connector(
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[non_exhaustive]
|
||||
pub enum CertificateStore {
|
||||
#[default]
|
||||
|
||||
@@ -78,6 +78,7 @@ pub(super) fn build_connector(
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[non_exhaustive]
|
||||
pub enum CertificateStore {
|
||||
#[cfg(feature = "rustls-native-certs")]
|
||||
|
||||
Reference in New Issue
Block a user