From 9b7406a0176f261e6c057b7053eea96d607d36cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Jan 2026 18:11:32 +0000 Subject: [PATCH] refactor: Improve conditional parallel tasks (#485) Refactor the code to better support conditional parallel tasks (role assignments and listing users). This allows making the code more flexible with fewer if-else conditions and code duplication. --- .../src/identity/v4/user/passkey/response/register_start.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_types/src/identity/v4/user/passkey/response/register_start.rs b/openstack_types/src/identity/v4/user/passkey/response/register_start.rs index df5b7533c..53ba36ee6 100644 --- a/openstack_types/src/identity/v4/user/passkey/response/register_start.rs +++ b/openstack_types/src/identity/v4/user/passkey/response/register_start.rs @@ -41,7 +41,7 @@ pub struct RegisterStartResponse { #[structable()] pub challenge: String, - /// Credential ID’s that are excluded from being able to be registered. + /// Credential ID's that are excluded from being able to be registered. #[serde(default)] #[structable(optional, serialize)] pub exclude_credentials: Option>, @@ -322,7 +322,7 @@ impl std::str::FromStr for CredentialProtectionPolicy { } } -/// The desired options for the client’s use of the credProtect extension +/// The desired options for the client's use of the credProtect extension /// /// /// `CredProtect` type