client-api: Feature-gate function that's only required for compat feature

This commit is contained in:
Jonas Platte 2021-11-03 18:42:45 +01:00
parent 21d3d75172
commit 44e8db7878
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -861,6 +861,7 @@ impl OutgoingResponse for UiaaResponse {
} }
} }
#[cfg(feature = "compat")]
fn deserialize_thirdparty_id_creds<'de, D>( fn deserialize_thirdparty_id_creds<'de, D>(
deserializer: D, deserializer: D,
) -> Result<Vec<ThirdpartyIdCredentials>, D::Error> ) -> Result<Vec<ThirdpartyIdCredentials>, D::Error>