crypto: Fix a clippy warning

master
Damir Jelić 2021-06-03 21:21:00 +02:00
parent cf98681f19
commit a04afac963
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ impl Sas {
///
/// * `event` - The m.key.verification.start event that was sent to us by
/// the other side.
#[allow(clippy::too_many_arguments)]
pub(crate) fn from_start_event(
flow_id: FlowId,
content: &StartContent,