diff --git a/matrix_sdk_crypto/src/verification/sas/sas_state.rs b/matrix_sdk_crypto/src/verification/sas/sas_state.rs index 3547865e..35e37b66 100644 --- a/matrix_sdk_crypto/src/verification/sas/sas_state.rs +++ b/matrix_sdk_crypto/src/verification/sas/sas_state.rs @@ -827,7 +827,7 @@ mod test { identifiers::{DeviceId, UserId}, }; - use super::{Accepted, Canceled, Created, SasState, Started}; + use super::{Accepted, Created, SasState, Started}; fn alice_id() -> UserId { UserId::try_from("@alice:example.org").unwrap()