Skip to content

Commit ee23839

Browse files
committed
crypto: Remove unused imports from integration_tests.rs
The warnings were hidden because no-one within this crate used this macro.
1 parent 555dfe0 commit ee23839

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

crates/matrix-sdk-crypto/src/store/integration_tests.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ macro_rules! cryptostore_integration_tests {
1010
use matrix_sdk_test::async_test;
1111
use ruma::{
1212
device_id,
13-
encryption::SignedKey,
1413
events::secret::request::SecretName,
1514
room_id,
16-
serde::{Base64, Raw},
15+
serde::Raw,
1716
to_device::DeviceIdOrAllDevices,
18-
user_id, DeviceId, JsOption, OwnedDeviceId, OwnedUserId, RoomId, TransactionId, UserId
17+
user_id, DeviceId, RoomId, TransactionId, UserId
1918
};
2019
use serde_json::value::to_raw_value;
2120
use $crate::{
@@ -24,7 +23,7 @@ macro_rules! cryptostore_integration_tests {
2423
PrivateCrossSigningIdentity, Account, Session,
2524
},
2625
store::{
27-
BackupKeys, Changes, CryptoStore, DeviceChanges,
26+
Changes, CryptoStore, DeviceChanges,
2827
GossipRequest, IdentityChanges, BackupDecryptionKey, RoomSettings, PendingChanges,
2928
},
3029
testing::{get_device, get_other_identity, get_own_identity},

0 commit comments

Comments
 (0)