From 013a2e41c7e536e289df4c06f6f2ce64fd85849e Mon Sep 17 00:00:00 2001 From: YakoYakoYokuYoku <39890836+YakoYakoYokuYoku@users.noreply.github.com> Date: Thu, 21 Feb 2019 16:45:14 -0300 Subject: [PATCH] Trying with this config --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 172e714..cf2d41d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,6 +29,7 @@ pub use bounds::Bounded; #[cfg(feature = "std")] pub use float::Float; pub use float::FloatConst; +pub use float::CommonFloat; // pub use real::{FloatCore, Real}; // NOTE: Don't do this, it breaks `use num_traits::*;`. pub use cast::{cast, AsPrimitive, FromPrimitive, NumCast, ToPrimitive}; pub use identities::{one, zero, One, Zero};