Skip to content

Commit

Permalink
chore(tests): remove spurious allow(dead_code) annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Jan 7, 2025
1 parent bd46733 commit e021f31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/matrix-sdk-test/src/test_json/keys_query_sets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ use crate::{
/// devices are properly signed by `@good` (i.e were self-verified by @good)
pub struct KeyDistributionTestData {}

#[allow(dead_code)]
impl KeyDistributionTestData {
pub const MASTER_KEY_PRIVATE_EXPORT: &'static str =
"9kquJqAtEUoTXljh5W2QSsCm4FH9WvWzIkDkIMUsM2k";
Expand Down Expand Up @@ -529,7 +528,6 @@ impl IdentityChangeDataSet {
/// The `/keys/query` responses were generated using a local synapse.
pub struct VerificationViolationTestData {}

#[allow(dead_code)]
impl VerificationViolationTestData {
/// Secret part of Alice's master cross-signing key.
///
Expand Down Expand Up @@ -1130,7 +1128,6 @@ impl VerificationViolationTestData {
/// For user @malo, that performed an identity change with the same device.
pub struct MaloIdentityChangeDataSet {}

#[allow(dead_code)]
impl MaloIdentityChangeDataSet {
pub fn user_id() -> &'static UserId {
user_id!("@malo:localhost")
Expand Down

0 comments on commit e021f31

Please sign in to comment.