client-api: Feature-gate function that's only required for compat feature
This commit is contained in:
parent
21d3d75172
commit
44e8db7878
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user