mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
matrix_sdk: remove compile_error for qrcode feature
This commit is contained in:
@@ -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)))]
|
||||
|
||||
Reference in New Issue
Block a user