Skip to content

Commit

Permalink
Re-export num_traits::Float
Browse files Browse the repository at this point in the history
Fixes #79.
  • Loading branch information
mbrubeck committed May 3, 2021
1 parent f870d34 commit 04ee664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -21,7 +21,7 @@ use core::str::FromStr;

use num_traits::{Bounded, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero};
#[cfg(feature = "std")]
use num_traits::Float;
pub use num_traits::Float;
#[cfg(not(feature = "std"))]
use num_traits::float::FloatCore as Float;

Expand Down

0 comments on commit 04ee664

Please sign in to comment.