crypto: Fix a clippy warning
parent
cf98681f19
commit
a04afac963
|
@ -216,6 +216,7 @@ impl Sas {
|
||||||
///
|
///
|
||||||
/// * `event` - The m.key.verification.start event that was sent to us by
|
/// * `event` - The m.key.verification.start event that was sent to us by
|
||||||
/// the other side.
|
/// the other side.
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub(crate) fn from_start_event(
|
pub(crate) fn from_start_event(
|
||||||
flow_id: FlowId,
|
flow_id: FlowId,
|
||||||
content: &StartContent,
|
content: &StartContent,
|
||||||
|
|
Loading…
Reference in New Issue