Skip to content

Commit 2a76a8d

Browse files
Limit exposure
1 parent 2f00cfa commit 2a76a8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pub use crate::bounds::Bounded;
3131
#[cfg(any(feature = "std", feature = "libm"))]
3232
pub use crate::float::Float;
3333
pub use crate::float::FloatConst;
34-
pub use crate::float::TotalOrder;
3534
// pub use real::{FloatCore, Real}; // NOTE: Don't do this, it breaks `use num_traits::*;`.
3635
pub use crate::cast::{cast, AsPrimitive, FromPrimitive, NumCast, ToPrimitive};
3736
pub use crate::identities::{one, zero, One, Zero};

0 commit comments

Comments
 (0)