#[allow(missing_copy_implementations)]

This commit is contained in:
Paolo Barbolini
2025-05-02 05:27:40 +02:00
parent 0385ca3b19
commit e644a6c2d3
3 changed files with 3 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ pub(super) fn build_connector(
}
#[derive(Debug, Clone, Default)]
#[allow(missing_copy_implementations)]
#[non_exhaustive]
pub enum CertificateStore {
#[default]

View File

@@ -36,6 +36,7 @@ pub(super) fn build_connector(
}
#[derive(Debug, Clone, Default)]
#[allow(missing_copy_implementations)]
#[non_exhaustive]
pub enum CertificateStore {
#[default]

View File

@@ -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")]