Skip to content

Commit

Permalink
note compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 51929f4 commit a22f922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]

Expand Down

0 comments on commit a22f922

Please sign in to comment.