Skip to content

Commit aad4a37

Browse files
authored
Merge pull request #141 from mbrubeck/floatcore
Re-export FloatCore
2 parents 3a22961 + 240c64c commit aad4a37

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)