Skip to content

Commit

Permalink
Merge pull request #141 from mbrubeck/floatcore
Browse files Browse the repository at this point in the history
Re-export FloatCore
  • Loading branch information
mbrubeck committed Sep 24, 2023
2 parents 3a22961 + 240c64c commit aad4a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
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 aad4a37

Please sign in to comment.