mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 10:35:41 -04:00
fix clippy warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user