Skip to content

Commit 66c9ae6

Browse files
committed
Give Uniffi dummy record unique name
1 parent 10904f3 commit 66c9ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/src/uniffi_support.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ impl UniffiCustomTypeConverter for UnsignedSharedKey {
6464
// converters are emitted
6565
#[allow(dead_code)]
6666
#[derive(uniffi::Record)]
67-
struct UniffiConverterDummyRecord {
67+
struct CryptoUniffiConverterDummyRecord {
6868
wrapped_symmetric_key: WrappedSymmetricKey,
6969
}

0 commit comments

Comments
 (0)