matrix-sdk: Don't hide the tracing import behind the encryption feature.
parent
83806b42e9
commit
204279c575
|
@ -29,7 +29,6 @@ use matrix_sdk_common::uuid::Uuid;
|
|||
|
||||
use futures_timer::Delay as sleep;
|
||||
use std::future::Future;
|
||||
#[cfg(feature = "encryption")]
|
||||
use tracing::{debug, error, info, instrument, trace, warn};
|
||||
|
||||
use http::Method as HttpMethod;
|
||||
|
|
Loading…
Reference in New Issue