diff --git a/crates/ruma-client-api/src/r0/uiaa.rs b/crates/ruma-client-api/src/r0/uiaa.rs index 83a6d87a..621982fa 100644 --- a/crates/ruma-client-api/src/r0/uiaa.rs +++ b/crates/ruma-client-api/src/r0/uiaa.rs @@ -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)]