Silence invalid clippy warnings

This commit is contained in:
Jonas Platte
2022-02-01 15:44:16 +01:00
parent 8270304485
commit 0df1f6007b
@@ -1345,6 +1345,7 @@ mod test {
None,
);
#[allow(clippy::needless_borrow)]
let alice_request = VerificationRequest::from_request(
VerificationCache::new(),
alice_identity,
@@ -1405,6 +1406,7 @@ mod test {
None,
);
#[allow(clippy::needless_borrow)]
let alice_request = VerificationRequest::from_request(
VerificationCache::new(),
alice_identity,