Skip to content

Commit 240c64c

Browse files
committed
Re-export FloatCore
Fixes #140.
1 parent 3a22961 commit 240c64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use core::ops::{
2424
};
2525
use core::str::FromStr;
2626

27-
use num_traits::float::FloatCore;
27+
pub use num_traits::float::FloatCore;
2828
use num_traits::{
2929
AsPrimitive, Bounded, FloatConst, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero,
3030
};

0 commit comments

Comments
 (0)