matrix_sdk: remove compile_error for qrcode feature

master
Alexander Sieg 2021-09-08 17:31:06 +02:00
parent 55692802c0
commit 44f6e7a0cf
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ compile_error!("only one of 'native-tls' or 'rustls-tls' features can be enabled
#[cfg(all(feature = "sso_login", target_arch = "wasm32"))]
compile_error!("'sso_login' cannot be enabled on 'wasm32' arch");
#[cfg(all(not(feature = "encryption"), feature = "qrcode"))]
compile_error!("'qrcode' cannot be enabled without 'encryption'");
pub use bytes;
#[cfg(feature = "encryption")]
#[cfg_attr(feature = "docs", doc(cfg(encryption)))]