mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +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.
|
/// Provider options with good defaults.
|
||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub struct ProviderOptions {
|
pub struct ProviderOptions {
|
||||||
/// True if provider is known to use use proper,
|
/// True if provider is known to use use proper,
|
||||||
/// not self-signed certificates.
|
/// not self-signed certificates.
|
||||||
|
|||||||
Reference in New Issue
Block a user