We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a22961 commit 240c64cCopy full SHA for 240c64c
src/lib.rs
@@ -24,7 +24,7 @@ use core::ops::{
24
};
25
use core::str::FromStr;
26
27
-use num_traits::float::FloatCore;
+pub use num_traits::float::FloatCore;
28
use num_traits::{
29
AsPrimitive, Bounded, FloatConst, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero,
30
0 commit comments