Remove unused import
parent
ffea84b64a
commit
5059d8b2c6
|
@ -102,8 +102,6 @@ use matrix_sdk::{
|
||||||
ServerError, Session,
|
ServerError, Session,
|
||||||
};
|
};
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
#[cfg(not(feature = "actix"))]
|
|
||||||
use tracing::error;
|
|
||||||
use tracing::warn;
|
use tracing::warn;
|
||||||
|
|
||||||
#[cfg(feature = "actix")]
|
#[cfg(feature = "actix")]
|
||||||
|
|
Loading…
Reference in New Issue