Skip to content

Commit

Permalink
crypto: Remove unused imports from integration_tests.rs
Browse files Browse the repository at this point in the history
The warnings were hidden because no-one within this crate used this macro.
  • Loading branch information
andybalaam committed Mar 15, 2024
1 parent 5f960d8 commit 2d8a736
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/matrix-sdk-crypto/src/store/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ macro_rules! cryptostore_integration_tests {
use matrix_sdk_test::async_test;
use ruma::{
device_id,
encryption::SignedKey,
events::secret::request::SecretName,
room_id,
serde::{Base64, Raw},
serde::Raw,
to_device::DeviceIdOrAllDevices,
user_id, DeviceId, JsOption, OwnedDeviceId, OwnedUserId, RoomId, TransactionId, UserId
user_id, DeviceId, RoomId, TransactionId, UserId
};
use serde_json::value::to_raw_value;
use $crate::{
Expand All @@ -24,7 +23,7 @@ macro_rules! cryptostore_integration_tests {
PrivateCrossSigningIdentity, Account, Session,
},
store::{
BackupKeys, Changes, CryptoStore, DeviceChanges,
Changes, CryptoStore, DeviceChanges,
GossipRequest, IdentityChanges, BackupDecryptionKey, RoomSettings, PendingChanges,
},
testing::{get_device, get_other_identity, get_own_identity},
Expand Down

0 comments on commit 2d8a736

Please sign in to comment.