refactor: mark ProviderOptions as non_exhaustive

This prevents triggering clippy lint `needless_update`.
This commit is contained in:
link2xt
2026-01-28 22:05:53 +00:00
committed by l
parent 49296e3014
commit ec0dc8bcad

View File

@@ -145,6 +145,7 @@ pub struct Provider {
/// Provider options with good defaults.
#[derive(Debug, PartialEq, Eq)]
#[non_exhaustive]
pub struct ProviderOptions {
/// True if provider is known to use use proper,
/// not self-signed certificates.