Remove unused import

This commit is contained in:
Jonas Platte 2021-05-17 02:21:18 +02:00
parent ffea84b64a
commit 5059d8b2c6
No known key found for this signature in database
GPG key ID: 7D261D771D915378

View file

@ -102,8 +102,6 @@ use matrix_sdk::{
ServerError, Session,
};
use regex::Regex;
#[cfg(not(feature = "actix"))]
use tracing::error;
use tracing::warn;
#[cfg(feature = "actix")]