Skip to content

Commit

Permalink
feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 1cde45c commit 51ed2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ assert_abs_diff_eq!(w, 1.0736581947961492, epsilon = 1e-7);
//!
//! ## Feature flags
//!
//! You can disable one of these features to potentially save a little bit of binary size.
//! You can disable one of these feature flags to potentially save a little bit of binary size.
//!
//! `50` *(enabled by default)*: enables the function versions with 50 bits of accuracy.
//!
Expand Down

0 comments on commit 51ed2a6

Please sign in to comment.