client-api: Make uiaa::AuthData unconditionally non-exhaustive

This commit is contained in:
Jonas Platte 2021-08-11 16:59:52 +02:00
parent 552fc32b32
commit e27baed854
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -25,7 +25,7 @@ mod user_serde;
/// Additional authentication information for the user-interactive authentication API.
#[derive(Clone, Debug, Outgoing, Serialize)]
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
#[non_exhaustive]
#[allow(clippy::manual_non_exhaustive)]
#[incoming_derive(!Deserialize)]
#[serde(untagged)]