matrix-sdk: Don't allow dead code anymore.

master
Damir Jelić 2020-08-10 15:21:32 +02:00
parent 6f4d2022fd
commit c305b5052b
1 changed files with 1 additions and 2 deletions

View File

@ -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>,