mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
refactor: mark ProviderOptions as non_exhaustive
This prevents triggering clippy lint `needless_update`.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user