Remove unused import

master
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
1 changed files with 0 additions and 2 deletions

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")]