crypto: Silence a couple of clippy warnings
parent
24377a45ff
commit
26310def0a
|
@ -104,6 +104,7 @@ impl From<Arc<Mutex<InnerRequest>>> for RequestHandle {
|
|||
}
|
||||
|
||||
impl VerificationRequest {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) fn new(
|
||||
cache: VerificationCache,
|
||||
account: ReadOnlyAccount,
|
||||
|
|
|
@ -183,6 +183,7 @@ impl Sas {
|
|||
///
|
||||
/// Returns the new `Sas` object and a `StartEventContent` that needs to be
|
||||
/// sent out through the server to the other device.
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) fn start(
|
||||
account: ReadOnlyAccount,
|
||||
private_identity: PrivateCrossSigningIdentity,
|
||||
|
|
Loading…
Reference in New Issue