mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
matrix-sdk: Don't allow dead code anymore.
This commit is contained in:
@@ -23,9 +23,8 @@ use matrix_sdk_common::{
|
||||
|
||||
use crate::{error::Result, http_client::HttpClient};
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug, Clone)]
|
||||
/// An object controling the interactive verification flow.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Sas {
|
||||
pub(crate) inner: BaseSas,
|
||||
pub(crate) homeserver: Arc<Url>,
|
||||
|
||||
Reference in New Issue
Block a user