commit 873a002485f4bdf0c6631c35eecfaab6f5507581
parent 6a8646451f7de41194173cdcde74d7b6cbd0c20c
Author: Zack Newman <zack@philomathiclife.com>
Date: Sun, 22 Jun 2025 18:32:26 -0600
uncomment compile_error
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib.rs b/src/lib.rs
@@ -515,8 +515,8 @@
reason = "RustCrypto hasn't updated rand yet"
)]
#![cfg_attr(docsrs, feature(doc_cfg))]
-//#[cfg(not(any(feature = "custom", all(feature = "bin", feature = "serde"))))]
-//compile_error!("'custom' must be enabled or both 'bin' and 'serde' must be enabled");
+#[cfg(not(any(feature = "custom", all(feature = "bin", feature = "serde"))))]
+compile_error!("'custom' must be enabled or both 'bin' and 'serde' must be enabled");
#[cfg(feature = "serializable_server_state")]
use crate::request::{
auth::ser_server_state::{