From a22f9228d34901ae1f593a838b11967d2fd7adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Sun, 28 Jul 2024 18:43:45 +0200 Subject: [PATCH] note compile error --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 578beee..c69897f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -55,6 +55,8 @@ assert_abs_diff_eq!(w, 1.0736581947961492, epsilon = 1e-7); //! `50` *(enabled by default)*: enables the function versions with 50 bits of accuracy. //! //! `24` *(enabled by default)*: enables the function versions with 24 bits of accuracy. +//! +//! It is a compile error to disable both features. #![cfg_attr(docsrs, feature(doc_auto_cfg))]