Skip to content

Commit

Permalink
Re-export FloatCore
Browse files Browse the repository at this point in the history
Fixes reem#140.
  • Loading branch information
mbrubeck committed Sep 24, 2023
1 parent 3a22961 commit 277ceff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ use num_traits::{
#[cfg(feature = "std")]
pub use num_traits::{Float, Pow};

pub use num_traits::float::FloatCore;

Check failure on line 34 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Tests (stable)

the name `FloatCore` is defined multiple times

#[cfg(feature = "rand")]
pub use impl_rand::{UniformNotNan, UniformOrdered};

Expand Down

0 comments on commit 277ceff

Please sign in to comment.