We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087f50a commit f2b4e2eCopy full SHA for f2b4e2e
src/math.rs
@@ -1,4 +1,5 @@
1
-#[allow(dead_code)] // False positive
+#![cfg(not(feature = "std"))]
2
+#![allow(dead_code)] // False-positive
3
4
/// Provides math operations for doubles on `no_std` targets that are not available on `core`.
5
pub trait F64MathExt {
0 commit comments