Skip to content

Commit

Permalink
Re-export FloatCore
Browse files Browse the repository at this point in the history
Fixes #140.
  • Loading branch information
mbrubeck committed Sep 24, 2023
1 parent 3a22961 commit 240c64c
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 @@ -24,7 +24,7 @@ use core::ops::{
};
use core::str::FromStr;

use num_traits::float::FloatCore;
pub use num_traits::float::FloatCore;
use num_traits::{
AsPrimitive, Bounded, FloatConst, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero,
};
Expand Down

0 comments on commit 240c64c

Please sign in to comment.