We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10904f3 commit 66c9ae6Copy full SHA for 66c9ae6
crates/bitwarden-crypto/src/uniffi_support.rs
@@ -64,6 +64,6 @@ impl UniffiCustomTypeConverter for UnsignedSharedKey {
64
// converters are emitted
65
#[allow(dead_code)]
66
#[derive(uniffi::Record)]
67
-struct UniffiConverterDummyRecord {
+struct CryptoUniffiConverterDummyRecord {
68
wrapped_symmetric_key: WrappedSymmetricKey,
69
}
0 commit comments