From a3747f73eef4cad36893bc16fdd563255f97a578 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Fri, 3 May 2024 17:34:35 +0200 Subject: [PATCH] Update crates/bitwarden-uniffi/src/platform/fido2.rs --- crates/bitwarden-uniffi/src/platform/fido2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitwarden-uniffi/src/platform/fido2.rs b/crates/bitwarden-uniffi/src/platform/fido2.rs index e4ecca9cf..25756bdab 100644 --- a/crates/bitwarden-uniffi/src/platform/fido2.rs +++ b/crates/bitwarden-uniffi/src/platform/fido2.rs @@ -208,7 +208,7 @@ impl bitwarden::platform::fido2::CredentialStore for UniffiTraitBridge<&dyn Cred } // Uniffi seems to have trouble generating code for Android when a local trait returns a type from -// an external crate. If the type is small we can just copy it over and convert back and forth, but +// an external crate. If the type is small we can just copy it over and convert back and forth, but // Cipher is too big for that to be practical. So we wrap it in a newtype, which is local to the // trait and so we can sidestep the Uniffi issue #[derive(uniffi::Record)]