Skip to content

Commit 8b673ef

Browse files
committed
fixup! Allow an Olm Account to generate its own device id
1 parent 548999e commit 8b673ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/matrix-sdk-crypto/src/olm/account.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ impl ReadOnlyAccount {
592592
}
593593

594594
/// Create a fresh new account, this will generate the identity key-pair.
595-
#[allow(clippy::ptr_arg)]
596595
pub fn with_device_id(user_id: &UserId, device_id: &DeviceId) -> Self {
597596
let account = InnerAccount::new();
598597

0 commit comments

Comments
 (0)