fix clippy warnings

master
Alexander Sieg 2021-09-09 15:05:57 +02:00
parent df65081785
commit 3f09a6abdd
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ impl VerificationMachine {
verification.receive_done(event.sender(), c);
}
#[allow(clippy::single_match)]
match self.get_verification(event.sender(), flow_id.as_str()) {
Some(Verification::SasV1(sas)) => {
let content = sas.receive_any_event(event.sender(), &content);