Skip to content

Commit eae4c45

Browse files
committed
fix: make clippy happy
1 parent 5e66a38 commit eae4c45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openmls/src/group/tests/test_gce_proposals.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ async fn validating_commit_with_more_than_one_gce_proposal_should_fail(
320320

321321
// #[apply(ciphersuites_and_backends)]
322322
// #[wasm_bindgen_test::wasm_bindgen_test]
323+
#[allow(dead_code)]
323324
async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_add_proposals(
324325
ciphersuite: Ciphersuite,
325326
backend: &impl OpenMlsCryptoProvider,
@@ -396,6 +397,7 @@ async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_add_prop
396397

397398
// #[apply(ciphersuites_and_backends)]
398399
// #[wasm_bindgen_test::wasm_bindgen_test]
400+
#[allow(dead_code)]
399401
async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_external_add_proposals(
400402
ciphersuite: Ciphersuite,
401403
backend: &impl OpenMlsCryptoProvider,
@@ -472,6 +474,7 @@ async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_external
472474

473475
// #[apply(ciphersuites_and_backends)]
474476
// #[wasm_bindgen_test::wasm_bindgen_test]
477+
#[allow(dead_code)]
475478
async fn gce_proposal_must_be_applied_first_but_ignored_for_remove_proposals(
476479
ciphersuite: Ciphersuite,
477480
backend: &impl OpenMlsCryptoProvider,

0 commit comments

Comments
 (0)